Top "Android-actionbaractivity" questions

Base class for Android activities that use the support library action bar features.

How to rectify NullPointerException in v4.DrawerLayout?

I am trying to implement a navigation drawer but for some reasons am getting this null pointer exception. I have …

android nullpointerexception navigation-drawer android-actionbaractivity
Hide Action Bar in a Fragment Activity

I am creating the framework for an app and wish to hide the action bar for the login activity. The …

android android-fragmentactivity android-actionbar-compat android-actionbaractivity
Unable to change Appcompat theme from light to holo dark

I am trying to change the theme of my app completely, This is what I modified & tried : styles.xml …

java android android-theme android-appcompat android-actionbaractivity
How does one remove default Toolbar menu items and replace with different icons?

I am using a toolbar from v7.widget.Toolbar support library and v7.app.ActionBarActivity. When the onCreateOptionsMenu is inflated …

android android-toolbar android-actionbaractivity
Error retrieving parent for item: 'Theme.AppCompat.Light' in eclipse

I'm trying to use ActionBarActivity in my project. I've imported the android-support-v7-appcompat to the workspace as per the instruction …

android eclipse android-support-library android-theme android-actionbaractivity
.getSupportActionBar not available in Fragment; workaround leads to NullPointerException on rotation

Structure (names of Activies/Fragments changed) Based on some advice written in Android Programming: The Big Nerd Ranch Guide, I …

android android-fragments android-appcompat android-actionbar-compat android-actionbaractivity
Back navigation with Fragments / Toolbar

I'm scratching my head with this one now.... I have an ActionBarActivity that loads an initial Fragment - the original …

android fragment android-toolbar android-actionbaractivity fragment-backstack
How to center toolbar back button?

I'm having a problem trying to center the back button on the support toolbar. I'm using it inside an ActionBarActivity. &…

android material-design android-toolbar android-actionbaractivity
can not remove title bar in Activity

i want to remove title on top of my Activity. i tried this two way they work but not in …

android android-activity android-styles android-actionbaractivity
getSupportActionBar().setCustomView(view) does not fill entire actionbar

I'm trying to set the customview of my app and the layout i made does not fill the entire actionbar. …

android android-styles android-actionbar-compat android-actionbaractivity