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.

Add a button to the top right of action bar

Is there a way I can add a button to the top right of my ActionBar, like where the default …

android android-actionbar android-button
Custom Translucent Android ActionBar

I've been scouring the interwebs (e.g. Android documentation, answers here, etc.) for the answer to what I thought would …

android android-actionbar android-5.0-lollipop android-4.0-ice-cream-sandwich android-3.0-honeycomb
How can I change Action Bar actions dynamically?

I have an Activity with ActionBar and tab navigation. I am using the split mode, so the tabs are at …

android android-actionbar
How to create a custom PopupMenu in Android

How can I replicate something like I made below in Balsamiq? I made this menu, but it is only displaying …

android android-actionbar popupmenu
The application icon does not show on action bar

I followed up the instructions of building a new android project and I got a runnable one except a problem …

android android-actionbar icons android-appcompat material-design
How can I force the Action Bar to be at the bottom in ICS?

Ice Cream Sandwich (Android 4.0) adds the option of having the Action Bar at the bottom of the screen on phones, …

android android-actionbar android-4.0-ice-cream-sandwich
Custom view for Menu Item

I need to have dynamic Menu Item, a circle of user defined color, like this: touching this menu item will …

android android-actionbar menuitem
splash screen application and hide action bar

I'm trying to figure out how is it possible to hide the action bar for a splash screen activity. I …

android user-interface android-actionbar show-hide splash-screen
android:actionBarStyle requires API level 11

While using the ActionBarSherlock in xml at: <item name="android:actionBarStyle">@style/Widget.Styled.ActionBar</item> …

android android-actionbar actionbarsherlock
Hiding the ActionBar on RecyclerView/ListView onScroll

In my application I got an activity with some kind of actionbar at the top and the listview below it. …

android android-listview scroll android-actionbar vertical-scrolling