Top "Android-actionbar" questions

The ActionBar is Android's window feature that identifies the application and user location, and provides user actions and navigation modes.

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
Padding between ActionBar's home icon and title

Does anybody know how to set padding between the ActionBar's home icon and the title?

android android-actionbar
How to add a Dropdown item on the action bar

In my Android Honeycomb application I use Tabs as the navigation style. I would like to add one item next …

android android-layout android-3.0-honeycomb android-actionbar android-spinner
actionbar up navigation with fragments

I have a tabbed Actionbar/viewpager layout with three tabs say A, B, and C. In tab C tab(fragment),…

android android-fragments android-actionbar
Android Actionbar items as three dots

I have a menu for my main activity (res/menu/main_menu.xml) and I want only one item on …

android menu android-actionbar android-4.0-ice-cream-sandwich
Action Bar icon size

According to Action Bar Icons action bar icon for the mdpi screen should be 24 x 24 px but the icons in …

android icons android-actionbar actionbarsherlock
Action bar Back button not working

with the help of these Android Docs.I am trying to do a action bar Back button.I get an …

android android-actionbar
Android Studio - Action Bar remove

I'm trying to remove/disable the ActionBar. I tried to put in the Manifest: <activity ... android:theme="@android:style/…

android xml android-actionbar manifest
Android action bar not showing overflow

I have an action bar in my app with 3 items. Only 2 can be displayed due to space issues, so I'd …

android overflow android-actionbar