Top "Android-theme" questions

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

Is there a theme for Holo, full screen but with Action Bar?

I need to make an activity appear such that the activity remains full screen (no title bar) but with the …

android android-theme
How to apply a custom style to SwitchCompat

I would like to apply a custom style to SwitchCompat. Change drawables and text for on and off state. How …

android android-theme android-appcompat switchcompat
Android : status bar color change for API level below 21

I am trying change status bar color for API level lower than 21.By changing the color primary in Theme style …

android android-5.0-lollipop android-theme android-styles android-statusbar
Programmatically set android:windowIsTranslucent

I was able to create a floating activity after following this tutorial http://cases.azoft.com/android-tutorial-floating-activity/ However, to do …

android android-layout android-theme android-styles android-windowmanager
Error retrieving parent for item: 'Theme.AppCompat.Light' in eclipse

I'm trying to use ActionBarActivity in my project. I've imported the android-support-v7-appcompat to the workspace as per the instruction …

android eclipse android-support-library android-theme android-actionbaractivity
Android set edit text style globally in theme doesn't work

I am facing with problem. I am trying to make edit texts in my app look the same with the …

android android-layout android-fragments android-theme
Custom checkbox style in dialog

I'm constructing a dialog with multi-choice items (checkboxes): AlertDialog.Builder builder = new AlertDialog.Builder(this); builder.setMultiChoiceItems(arrayResource, selectedItems, new …

android checkbox android-dialog android-theme android-styles
Different Theme for different Android SDK versions

Is there a way to use a different theme depending on which SDK version the application is installed on? The …

android android-layout android-theme
Android 5.0: how to change recent apps title color?

I'm using AppCompat and my theme is extending Theme.AppCompat.Light.DarkActionBar. When in Android 5 Lollipop and I press the …

android android-theme android-5.0-lollipop android-appcompat
How to switch themes (night mode) without restarting the activity?

I have made a few apps that support multiple themes, but I always had to restart the app when user …

android android-theme