I have a working Navigation Drawer and having some issues with menuItem.setChecked(true);
when using groups and headers within the menu. It\'s not highlighting menu
If you have upgraded your Android Studio to 1.4, you can create a new project (with Navigation Drawer Activity
template). Then, you can update your menu file as the following (pay attention to the two lines
inside 2 sub-menus at "Communicate" and "BNK"):
And here is the screenshot
As I have commented, please try putting
below menus of Settings and General instead of putting below the outside menu. That means you will have 2 groups. Hope this helps!