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 back button to action bar

I have been trying to add a back button to the action bar. I want my view to look like …

android android-layout android-actionbar
Change Toolbar color in Appcompat 21

I am testing out the new Appcompat 21 Material Design features. Therefore I've created a Toolbar like this: <android.support.…

android android-actionbar android-appcompat android-actionbar-compat android-toolbar
Remove shadow below actionbar

I use actionbarsherlock. The piece of code below is responsible for changing it's background to a custom one. <style …

android android-actionbar actionbarsherlock
How to style the menu items on an Android action bar

There's been many questions on styling on action bars, but the ones I've found either are relating to styling the …

android android-actionbar
Remove title in Toolbar in appcompat-v7

The documentation of Toolbar says If an app uses a logo image it should strongly consider omitting a title and …

android android-actionbar android-appcompat android-toolbar
Android Activity without ActionBar

I have different Activities in my App and in all of them I do not want the Action Bar. I …

java android android-actionbar
How can I implement custom Action Bar with custom buttons in Android?

I want to implement custom ActionBar which must look like this: So questions: How can I implement a button like …

java android android-actionbar
Actionbar notification count icon (badge) like Google has

Is there a android standard badge or method to show action bar notification icon with a count like on Google …

android notifications icons android-actionbar actionbarsherlock
How do you remove the title text from the Android ActionBar?

I'm looking through the Holo.Light theme, and I can't seem to find the magic style to override to get …

android android-actionbar
Action bar navigation modes are deprecated in Android L

Taking a look at the API diff report for the Android "L" preview, I see that all methods related to …

android android-actionbar android-navigation android-5.0-lollipop