Top "Android-theme" questions

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

Android Preference Fragment Text Color

I want to change the text color in android preferences fragment. I am currently using a custom theme to change …

android android-preferences android-theme
Changing Background and text color of AppCompat Light DarkActionBar Theme on android

I have used AppCompat Light DarkActionBar Theme for my App. <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> &…

android customization android-theme android-appcompat
Error:Attribute "theme" has already been defined

I am using Android studio for building application. I am using this following dependencies: play services : compile 'com.google.android.…

android compiler-errors google-play-services android-theme android-recyclerview
Android default theme

I am making one android application but i was thinking about themes.. If i don't declare a theme of my …

android android-theme
Lollipop Progress Bar Tinting

I'm on a Lollipop device (MotoG 2014), I read about progress bar tinting, but this is not working...I get the …

android android-layout android-5.0-lollipop material-design android-theme
Change background popupMenu in Android

I tried to change background of popupmenu, but my implementation does not work. This is my code: <style name="…

android android-theme android-styles android-popupwindow
How to change default color in all texts in my Android application?

I would like to change all color texts in my application. So I wrote this code and I set my …

android colors android-edittext android-button android-theme
Set Android Theme.Light for Alert Dialog

I am trying to set the android Theme.Light theme for my alert dialog, but with no success so far. …

android android-layout android-alertdialog android-theme
What's the difference between windowBackground and background for activities style?

I have a background set for all of the activities of the app by using the "android:background" parameter in …

android background styles android-activity android-theme
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