Top "Android-menu" questions

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

Action Bar menu item text color

How to change text color of menu item title. I tried to change it as below <style name="Theme.…

android android-actionbar android-menu android-styles
Setting PopupMenu menu items programmatically

I have a PopupMenu and I know the usual way to associate a menu to it is to use popup.…

android android-menu
How can I dynamically create menu items?

I'm building an Android application and I'm trying to build a user management system where users can login, logout, etc. …

android android-layout dynamic menuitem android-menu
How To show icons in Overflow menu in ActionBar

I know it's not possible using the native API. Is there a workaround to implement that kind of view?

android actionbarsherlock android-actionbar android-menu
What is onCreateOptionsMenu(Menu menu)

What are the two parameters Menu and menu in method onCreateOptionsMenu(Menu menu) and how to use this method. I …

android android-menu
Changing text Size of menu item in android

I am using simple menu items in action bar by using following code in main activity: package com.kaasib.ftpclient; …

android android-layout android-menu
Android: customize application's menu (e.g background color)

What is the way (if there is a way) to customize the menu (the one triggered by the MENU button …

android customization android-menu
Menu in Fragments not showing

I got pretty helpful hints to my last questions, I hope it won't be different this time :) First, let me …

android android-fragments android-menu
showAsAction="ifRoom" doesn't show the item even when there is plenty of room

I am trying to get the ActionBar working properly on my app (and I'm using ActionBarSherlock to get a unified …

android android-layout android-actionbar actionbarsherlock android-menu
Item with app:showAsAction not showing

I can't understand why wrong and incompatible (AndroidStudio tells me "Should use app:showAsAction with the appcompat library) code <…

android android-menu