Top "Android-theme" questions

A theme is a style applied to an entire Android application or Activity, rather than an individual View.

Can't Find Theme.AppCompat.Light for New Android ActionBar Support

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-compat
How do I change the background color of the ActionBar of an ActionBarActivity using XML?

Details: 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-styles
Android toolbar center title and custom font

I'm trying to figure out the right way to use a custom font for the toolbar title, and center it …

android android-layout android-toolbar android-theme android-styles
Full Screen Theme for AppCompat

I would like to know how can I apply full screen theme ( no title bar + no actionbar ) to an activity. …

android android-actionbar android-theme
How to center align the ActionBar title in Android?

I am trying to use the following code to center the text in the ActionBar, but it aligns itself to …

android android-actionbar android-theme
How to hide status bar in Android

I referred this link. In that if the user clicks on EditText(for ex To: ) at that time keyboard will …

android android-theme android-statusbar
How to set Toolbar text and back arrow color

Toolbar background is dark color, I want text and back arrow to be white. I tried following, but it doesnt …

android android-layout toolbar android-theme android-styles
How to change the background color of Action Bar's Option Menu in Android 4.2?

I'd like to change the background color of the option (overflow) menu in Android 4.2. I have tried all the methods …

android android-actionbar android-4.2-jelly-bean android-theme android-menu
Setting Android Theme background color

I'm trying to modify the default background theme color, which should be easy but surprisingly I can't get it working. …

android android-theme
How do I style appcompat-v7 Toolbar like Theme.AppCompat.Light.DarkActionBar?

I'm trying to recreate the look of Theme.AppCompat.Light.DarkActionBar with the new support library Toolbar. If I choose …

android android-appcompat android-theme android-toolbar