Android Menu Group Checkable
I currently am programming for API 10 and above. I created a menu and was looking to implement the method Menu.setGroupCheckable(id, checkable, exclusive). Below is my code. From t
Solution 1:
Android Menu: Two single-checkable groups in the same menu
http://www.brighthub.com/mobile/google-android/articles/28673.aspx
http://www.mysamplecode.com/2011/07/android-options-menu-submenu-group.html
These links may help you!!!
Solution 2:
use Updated lib
compile 'com.android.support:appcompat-v7:23.1.0' compile 'com.android.support:design:23.1.0'
Post a Comment for "Android Menu Group Checkable"