A theme is a style applied to an entire Android application or Activity, rather than an individual View.
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-themeWhat is the simplest change that I can make to a new Blank Activity, as created by the latest version …
android android-theme android-fullscreenWhat I'm trying should be quite easy with themes, but I can't find out how to: I want all text …
android colors android-themeDoes 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-themeThe 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-switchHow can I set the dark holo theme in my app? At this time I got this: <style name="…
android android-themeI'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-stylesIn my application I want to use the Theme.NoTitleBar, but on the other hand I also don't want to …
android android-layout android-themeI 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-themeI'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