Top "Android-optionsmenu" questions

Used to display the options of a application on android devices, this can be at the bottom of the application when the menu-button is pressed or in the overflow-menu of the actionbar.

How to add Options Menu to Fragment in Android

I am trying to add an item to the options menu from a group of fragments. I have created a …

android android-fragments android-optionsmenu
How to add Action bar options menu in Android Fragments

I am trying to have a options menu in Android Fragments. ActionBar options menu are not displaying in my Fragments. …

android android-fragments android-actionbar android-optionsmenu
How to change option menu icon in the action bar?

How to change the index icon of option menu? I mean icon (3). Here is my code: @Override public boolean onCreateOptionsMenu(…

android android-actionbar android-menu android-optionsmenu android-icons
Hide MenuItem in some Fragments

I using menu drawer which has more Fragments. In some Fragments I have menu item REFRESH but in some fragments …

android android-fragments android-optionsmenu
Android - Correct use of invalidateOptionsMenu()

I have been searching a lot on invalidateOptionsMenu() and I know what it does. But I cannot think of any …

android android-actionbar xamarin android-menu android-optionsmenu
Toolbar options menu background color

I am using the toolbar for android. I just want to change the background color of the overflow menu. But …

android menu popup toolbar android-optionsmenu
Android options menu icon won't display

I'm following a book on Android Development to get myself started writing my first real app. I got up to …

android options-menu android-optionsmenu android-icons
How to add toggle button in menu item in android

I have options menu item in my application. Requirement was to add a toggle button to a menu item. Is …

android menu android-optionsmenu
Changing options menu icon in actionbar depending on an open Fragment

I have this item in my options menu: <item android:id="@+id/opt_mnu_action" android:icon="@android:drawable/…

android android-fragments icons menuitem android-optionsmenu
How can I use onCreateOptionsMenu in a Fragment within a tab Activity? (Sherlock ActionBar)

I have the following method overridden in my tab Activity and it works fine like that but I want specific …

android android-fragments actionbarsherlock android-optionsmenu