Top "Android-menu" questions

Questions regarding designing, implementing and handling menus and action bars in Android.

How to dynamically change menu in onCreateOptionsMenu

I have small problem and I'd like to solve it with dynamical menu: public boolean onCreateOptionsMenu(com.actionbarsherlock.view.Menu …

android actionbarsherlock android-menu
Overriding the physical menu button on android

I would like the menu key on my Android device to open a dialog instead of opening the menu while …

android android-menu android-keypad
How to use custom fonts in DrawerLayout and NavigationView

I want to use Android's DrawerLayout and NavigationView for menus, but I don't know how to have the menu items …

android android-menu android-fonts android-typeface android-drawer
How to set a long click listener on a MenuItem (on a NavigationView)?

How can I set a long click listener on a MenuItem? I tried this answer, but the method doesn't exist …

android android-menu android-navigationview
Android Bottom Navigation View item text color?

I Started working on Android Bottom Navigation View. But i am facing one issue. If i added 5 items to bottom …

android android-support-library android-menu android-bottom-nav-view