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.

AppCompat v7 Toolbar onOptionsItemSelected not called

I changed from the original ActionBar to the AppCompat Toolbar and setSupportActionBar(toolbar). When I am using getSupportActionBar() and setDisplayHomeAsUpEnabled(…

android android-actionbar toolbar android-5.0-lollipop android-appcompat
How to build Gmail like search box in the action bar?

I am currently using SearchView widget inside ActionBarcompat to filter a list while searching. When the user starts entering text …

android autocomplete android-actionbar searchview
ActionBar Tabs with multiple fragments

I've been trying to update my app and get going with fragments, the action bar, and all the other UI …

android android-fragments android-actionbar android-tabs
Change Actionbar height on Android JellyBean

I've been recently developing an Android app, in which i need to have a custom layout and dimension for the …

android tabs android-actionbar actionbarsherlock android-4.2-jelly-bean
How to change ActionBar's action text color using AppCompat

I am trying to change the text color of a action menu item on the action bar. Using app compat. …

android android-actionbar android-actionbar-compat
InflateException: Couldn't resolve menu item onClick handler

I asked this question 6 years ago. In the meantime Android development best practices have changed, and I have become a …

android android-actionbar actionbarsherlock
How to change Toolbar navigation icon and options menu margin

Is there any way to change the left margin of the Navigation icon and the right margin of the Action …

android android-actionbar android-optionsmenu android-toolbar
Pull to refresh like gmail new (4.5) application

In the new gmail application (4.5) the refresh is done by "Pull-to-Refresh" action in the Actionbar: Where can I find more …

android gmail android-actionbar pull-to-refresh
Toggle the Navigation Drawer via the Action Bar title

I'm trying to allow the user to open/close the navigation drawer in my app by tapping the action bar …

android gmail android-actionbar toggle navigation-drawer
How can I change the touch effect color of the ActionBar in Android 3.0 and higher

I am trying to change the color of the rollover effect when you touch an ActionBar Item. On my Galaxy …

android colors touch android-actionbar