Top "Android-theme" questions

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

Change the project theme in Android Studio?

I created some project using the light theme and now I want to change it to dark and I can't …

android android-studio android-theme
Android: making a fullscreen application

What is the simplest change that I can make to a new Blank Activity, as created by the latest version …

android android-theme android-fullscreen
How to change default text color using custom theme?

What I'm trying should be quite easy with themes, but I can't find out how to: I want all text …

android colors android-theme
What are the default color values for the Holo theme on Android 4.0?

Does anyone have access to a list of the default colours used in the Holo them (light and dark) on …

android colors android-4.0-ice-cream-sandwich android-theme
How can I style an Android Switch?

The switch widget introduced in API 14 is styled by default with holo theme. I want to style it slightly different, …

android android-theme styling android-styles android-switch
How to set the holo dark theme in a Android app?

How can I set the dark holo theme in my app? At this time I got this: <style name="…

android android-theme
AlertDialog styling - how to change style (color) of title, message, etc

I've breaking my head over this quite a bit. What I need to do is, change the style of all …

android android-alertdialog android-theme android-styles
No Title Bar Android Theme

In my application I want to use the Theme.NoTitleBar, but on the other hand I also don't want to …

android android-layout android-theme
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" works on Application level but not at the activity level. Any clue?

I need to make one of my activities called MyNoStatusBarActivity.java a full-screen activity. I have added in the Manifest : &…

android android-activity android-manifest statusbar android-theme
Set theme for a Fragment

I'm trying to set the theme for a fragment. Setting the theme in the manifest does not work: android:theme="@…

android android-fragments android-theme