Top "Android-actionbar-compat" questions

ActionBar implementation from Android Support Library component that provides an ActionBar for applications built for Android 2.1 (API level 7) and higher.

Android toolbar menu is not showing

I'm trying to add a menu to the ToolBar. onCreateOptionsMenu method of my Activity is called, but no menu appears. …

android android-actionbar-compat
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
Difference between android-support-v7-appcompat and android-support-v4

I wanted to know the difference between android-support-v4.jar and android-support-v7-appcompat.jar. If I want to add appcompat Action …

android android-support-library android-4.0-ice-cream-sandwich android-actionbar-compat android-compatibility
Menu items doesn't show up on the actionbar

I am using appcompat in my app. I want the menu items to show on actionbar or at least the …

android android-actionbar-compat
Change ActionBar title text color using Light.DarkActionBar theme in AppCompat 21

I'm using the v7 appcompat 21 library to use the new Material styles on pre-Lollipop devices. My styles.xml looks like …

android android-actionbar android-appcompat android-actionbar-compat material-design
How to Display Navigation Drawer in all activities?

I have a Navigation Drawer which should appear in all my activities. I saw many questions similar to this & …

java android navigation-drawer android-actionbar-compat
Android v7 Toolbar button alignment

I added android.support.v7.widget.Toolbar in my app using below code, now I want to show a button …

android android-layout android-actionbar android-actionbar-compat android-toolbar
MenuItemCompat.getActionView always returns null

I just implemented the v7 AppCompat support library but the MenuItemCompat.getActionView always return null in every Android version I …

android searchview android-actionbar-compat android-search
Set OnClick Listener on Action Bar Title in Android

I am working on android application where I am using ActionBar so there one is navigation drawer icon to open …

android android-actionbar android-appcompat android-actionbar-compat android-actionbaractivity
How to make a ActionBar like Google Play that fades in when scrolling

How to make transparent or translucent ActionBar like Google Play that fades in or out when scrolling using windowActionBarOverlay? Check …

android android-actionbar transparent android-actionbar-compat