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 force overflow menu on android actionbar compat?

Android action bar compat Is it possible? On older devices (pre 3.0) the items that don't fit the action bar are …

android overflow android-4.0-ice-cream-sandwich android-actionbar actionbarsherlock
getSupportActionBar using FragmentActivity

I'm using fragment activity on one project, but it seems v4 support FragmentActivity doesn't has getSupportActionBar() method, and I need …

android android-actionbar android-fragmentactivity android-support-library
Converting an ArrayAdapter to CursorAdapter for use in a SearchView

How can I convert an ArrayAdapter<String> of static data into a CursorAdapter for using Suggestion Listener in …

android android-actionbar simplecursoradapter autocompletetextview android-cursoradapter
Change appcompat's SearchView text and hint color

Does anybody know how to change the text color of the appcompat SearchView? I've spent 2 hours and tried several suggestions …

android styles android-actionbar searchview
How to Style ActionBar, tab background on selected tab

I'm struggling with styling the ActionBar. My app has an ActionBar with three tabs. I'm trying to get the selected …

android android-actionbar android-tabs android-styles
change action bar direction to right-to-left

I'm creating an android app for a right-to-left specific language. And I'm using ActionBarSherlock (a compatible android action bar library). …

android actionbarsherlock android-actionbar
How can I add an Action Bar Item during run time

How can I add an Action Bar Item during run time? I am using actionBarSherlock, and I need to add …

android android-actionbar actionbarsherlock
Android - NullPointerException on SearchView in Action Bar

I've got a problem trying to add a SearchView widget to the ActionBar in my activity - I get a …

android nullpointerexception android-actionbar searchview
Syntax error, insert ";" to complete BlockStatements GreenDroid

When I try to make a make an Android app with GreenDroid, so I put the code in there but …

java android android-actionbar greendroid
Android Support Toolbar colorControlNormal color

I would like to set my spinner drop down color to white, whilst keeping the other elements in my theme …

android android-actionbar android-5.0-lollipop android-actionbar-compat android-toolbar