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.

requestFeature() must be called before adding content in Fragment

android.util.AndroidRuntimeException: requestFeature() must be called before adding content I get this error when i use getActivity().getWindow().requestFeature(…

android fragment android-actionbar-compat
Up ActionBar action on DialogFragment

I have a DialogFragment that is styled to full screen using setStyle(STYLE_NORMAL, R.style.Theme_App). The DialogFragment …

android android-dialogfragment android-actionbar-compat dialogfragment
How to customize the Action Bar subtitle Font?

I have created an ActionBar (android.support.v7.widget.Toolbar) as below. <android.support.v7.widget.Toolbar xmlns:android="…

android android-actionbar-compat android-toolbar android-appcompat
ActionBar and ActionBar.Tab and Navigation Drawer android

I am using action bar with help of android-support-v7-appcompat and also using Navigation drawer over it. In one of …

android android-actionbar google-play android-tabs android-actionbar-compat
Strange error when trying to use the android v7 appcompat library

I have just included the android v7-appcompat library in my project.I have successfully added the jars to the …

android android-actionbar-compat
How to change ActionBar title font when using AppCompat

I would like to apply custom font to the title of my app which is displayed on the ActionBar. Previously …

android android-layout android-actionbar android-actionbar-compat android-fonts
Remove shadow between Actionbar and Tab

My app is using an own style which I made with the Android Action Bar Style Generator (Style compatibility = AppCombat). …

android android-actionbar android-tabs android-actionbar-compat
Missing Up navigation icon after switching from ICS ActionBar to Lollipop Toolbar

I have an activity with many fragments that uses action bar and navigation drawer. It has "home as up" enabled. …

android android-ui android-5.0-lollipop android-actionbar-compat android-toolbar
What are the common issues when migrating from ActionBarSherlock to ActionBarCompat?

I would like to remove ActionBarSherlock from my application and replace it with the standard ActionBarCompat. How do I implement …

android android-actionbar actionbarsherlock android-actionbar-compat