You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: misc additions for Oeffi
This commit is contained in:
@@ -59,4 +59,12 @@ public interface MenuItem {
|
||||
public MenuItem setAlphabeticShortcut(char alphaChar);
|
||||
|
||||
public MenuItem setShortcut(char numeric, char alpha);
|
||||
|
||||
public int getOrder();
|
||||
|
||||
public boolean isEnabled();
|
||||
|
||||
public CharSequence getTitleCondensed();
|
||||
|
||||
public CharSequence getTitle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user