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 disable action bar permanently

I can hide the action bar in honeycomb using this code: getActionBar().hide(); But when the keyboard opens, and user …

android android-actionbar
What is the size of ActionBar in pixels?

I need to know the exact size of ActionBar in pixels so to apply correct background image.

android android-actionbar
Full Screen Theme for AppCompat

I would like to know how can I apply full screen theme ( no title bar + no actionbar ) to an activity. …

android android-actionbar android-theme
How to center align the ActionBar title in Android?

I am trying to use the following code to center the text in the ActionBar, but it aligns itself to …

android android-actionbar android-theme
How to set custom ActionBar color / style?

I am using Android Navigation bar in my project, I want to change the top color in action bar to …

android colors background android-actionbar navigation-drawer
How to use SearchView in Toolbar Android

The code on which I am working, is using a Toolbar and inflating a menu. Here is the code private …

android android-actionbar searchview android-toolbar
How to customize the back button on ActionBar

I have been able to customize the action bar's background, logo image and text color using suggestions from these: Android: …

android android-actionbar
Implementing SearchView in action bar

I need to create SearchView from my arrayList<String> and show the suggestions in the drop-down list same …

android android-actionbar autocompletetextview searchview
Failed to load AppCompat ActionBar with unknown error in android studio

Below is my xml file. In preview there is two error'Failed to load AppCompat ActionBar with unknown error' & 'Failed …

android android-actionbar
Android: how to hide ActionBar on certain activities

I've developed a simple demo application with a splash screen a map and some regular screens. I have an action …

java android android-actionbar