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.

Switching between Android Navigation Drawer image and Up caret when using fragments

When using the Navigation Drawer the Android devs are recommending that in the ActionBar "only those screens that are represented …

android android-fragments android-actionbar navigation-drawer
Change Icon Of Navigation Drawer

I am having trouble with changing my navigation drawer icon to a custom one. I've currently had to implement the …

android android-actionbar android-drawable android-navigation android-actionbaractivity
Why is AppTheme.NoActionBar not working?

I've created an Android app in Android Studio, and it has created these styles by default: <style name="AppTheme.…

android android-studio android-actionbar android-studio-2.0
How to add submenu items to ActionBar action in code?

Via xml I can add submenu items to my action in the ActionBar. main_menu.xml: <?xml version="1.0" encoding="…

android android-3.0-honeycomb menuitem android-actionbar
Creating a Preference Screen with support (v21) Toolbar

I was having trouble using the new Material Design toolbar in the support library on a Preference screen. I have …

android android-actionbar android-5.0-lollipop android-actionbar-compat android-toolbar
Change icons in ActionBar dynamically

I have an Activity which has an ActionBar but I need to change the icons on the ActionBar dynamically, I …

android android-actionbar
ActionBar - custom view with centered ImageView, Action Items on sides

I have a requirement to center a custom logo (using an ImageView) in the Actionbar for the "Home" activity. I'm …

android android-actionbar actionbarsherlock
Changing Navigation drawer icon on action bar android

I have created a NavigationDrawer in my app using the ActionBar. As showed in the picture above I want to …

android android-actionbar icons navigation-drawer
ActionBar background image

I've inherited the Holo Light Theme and customized the background of the ActionBar with the following: Content of styles.xml &…

android android-3.0-honeycomb android-actionbar
Material Design Transparent ActionBar

I'd like to know if anyone knows how to make an activity with transparent action bar, like the one you …

android android-actionbar android-5.0-lollipop