A theme is a style applied to an entire Android application or Activity, rather than an individual View.
I need to make an activity appear such that the activity remains full screen (no title bar) but with the …
android android-themeI would like to apply a custom style to SwitchCompat. Change drawables and text for on and off state. How …
android android-theme android-appcompat switchcompatI 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-statusbarI 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-windowmanagerI'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-actionbaractivityI 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-themeI'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-stylesIs there a way to use a different theme depending on which SDK version the application is installed on? The …
android android-layout android-themeI'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-appcompatI have made a few apps that support multiple themes, but I always had to restart the app when user …
android android-theme