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
implement some APIs needed for OctoDroid
This commit is contained in:
@@ -23,4 +23,12 @@ public interface Menu {
|
||||
public void setGroupCheckable(int group, boolean checkable, boolean exclusive);
|
||||
|
||||
public SubMenu addSubMenu(int groupId, int itemId, int order, CharSequence title);
|
||||
|
||||
public void setGroupVisible(int group, boolean visible);
|
||||
|
||||
public void removeItem(int id);
|
||||
|
||||
public int size();
|
||||
|
||||
public boolean hasVisibleItems();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user