Top "Android-theme" questions

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

Android: how to use the current theme's colors in a drawable xml?

I have defined two themes with different primary, primary dark, primary light and accent colors. <style name="AppTheme" parent="…

android xml runtime android-theme xml-drawable
Remove action bar shadow programmatically

How can i remove the drop shadow of action bar from java code ?. If i remove from the style it …

android styles android-actionbar android-theme dropshadow
How do I apply the HoloEverywhere android theme when using ActionBarSherlock?

I'm building an application that should work on android 2.3 and I added both ActionBarSherlock and HoloEverywhere libraries. In order to …

android android-actionbar actionbarsherlock android-theme android-holo-everywhere
Making resources theme dependent

Now that we have two Icons (Dark and Light) as described in ActionBar Icon Guide. @drawable/ic_search_light @drawable/…

android android-theme
Rounded Corners + background Color Dynamic setting for Android button?

I would like to give below settings for Button in my application. You can think it as some theme changing …

android android-button android-theme android-styles
android themes - defining colours in custom themes

I am sure there is a simple answer to that yet I just cant find it so I throw it …

android android-theme
Applying AppCompat theme to individual preferences in a PreferenceFragment

I have been wrestling with trying to get my PreferenceFragment to have the same Material-based theme and styling (via AppCompat) …

java android android-theme
Using the colors for the new Material design theme in Android

I was in the process of designing an Android application and decided to try out the new Material theme. I …

android xml android-theme
"...must supply a layout_height..." but its in my style resources?

I had a working app on 2.1 and above until I tried to cleanup my initial layout with a theme of …

android android-layout android-widget android-theme
Resource not found : Theme.Leanback

I'm building android app for Tv and I'm setting theme as a Theme.Leanback is defined in android-support-v17-leanback.jar …

android android-support-library android-theme television android-tv