Top "Android-theme" questions

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

"Possible overdraw: Root element paints background "

While running Android Lint on my Project I came across this warning Possible overdraw: Root element paints background @drawable/main …

android android-manifest android-theme
What is difference among styles.xml and themes.xml

May I know what is the difference between styles.xml and themes.xml? To me, they just look same as …

android android-theme android-styles
use holo theme on Android < 4.0

I'm developing an app for Android 2.2 and higher. I use the great ActionBarSherlock (thank you, Jake Wharton !!) to use the …

android android-4.0-ice-cream-sandwich android-theme
getColorStateList has been deprecated

I'm having a problem here. I've just updated from sdk 22 to 23, and the previous version of "getColorStateList()" has been deprecated. …

android android-theme
No style ViewPagerIndicator in combination with SherlockActionBar

I'm trying to implement the ViewPagerIndicator with SherlockActionBar. It works: I can slide the fragments, but the style doesn't work! …

android android-viewpager actionbarsherlock android-theme
How to customize TimePicker in material design android?

I am unable to change the selector color and other parts of the TimePicker. So far, I can change header …

android android-theme android-timepicker
AppCompat v21 Dark ToolBar style

I want my ToolBar to serve as an ActionBar and I want it to look like a light theme with …

android material-design android-toolbar android-appcompat android-theme
ResourcesCompat.getDrawable() vs AppCompatResources.getDrawable()

I'm a bit confused with these two APIs. ResourcesCompat.getDrawable(Resources res, int id, Resources.Theme theme) Return a drawable …

java android android-resources android-theme android-styles
Using App namespace in style

I am going to give an example to demonstrate the greater point. Imagine my app has a number of FloatingActionButtons. …

android android-layout android-theme android-styles
What does ?attr/ mean on Android?

I am working on an example about Support Library and Toolbar, this is the code of the layout on the …

android android-layout material-design android-support-library android-theme