The ActionBar is Android's window feature that identifies the application and user location, and provides user actions and navigation modes.
I am trying to implement the new ActionBar support library that was released by Google a couple days ago. In …
android android-actionbar android-theme android-actionbar-compatDetails: I'm extending ActionBarActivity. Eclipse and SDK fully patched as of 2011-11-06. <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14" /> …
android android-actionbar android-theme android-stylesI'm migrating from ActionBar to Toolbar in my application. But I don't know how to display and set click event …
android android-actionbar android-actionbar-compat android-toolbarCurrently it just displays the name of the application and I want it to display something custom and be different …
android android-actionbarI'm trying to do some things on the ActionBar in Android. I've already added new items in the right side …
android android-layout android-actionbarTrying to move over my stuff to use Toolbar instead of action bar but I keep getting an error saying …
android android-actionbar material-design android-5.0-lollipop android-toolbarI have an action bar with a menuitem. How can I hide/show that menu item? This is what I'm …
android android-actionbar menuitem android-menuI'm trying to display a Back button on the Action bar to move previous page/activity or to the main …
android android-actionbar android-homebuttonI need to implement splash screen in my honeycomb app. I use this code in activity's onCreate to show splash: …
android android-3.0-honeycomb android-actionbarhow can I change the text color of the ActionBar? I've inherited the Holo Light Theme, I'm able to change …
android android-actionbar android-3.0-honeycomb android-text-color