Top "Android-theme" questions

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

How to use android:Theme.Material (Material theme) in styles.xml android?

In my application, I am trying to implement android:Theme.Material as a parent theme in styles values-21 folder: <!…

android material-design android-appcompat android-theme android-styles
How to revert theme from Darcula to default in Android Studio

I have changed my Android Studio theme from Default to Darcula. But when I want to search anything then I …

android android-studio intellij-idea android-theme android-ide
Android: default AppTheme background colors

What are the default background colors for Activities in Android's AppTheme style? I'm looking for the hex code, or something …

android android-theme android-styles
Theme preview fails in Eclipse

I have made a simple username/password dialog to which I want to apply a theme (it basically defines windowBackground) …

android android-theme
How to make Beautiful & Stylish apps like Timely

A Quote from Google in terms of Designing, and some example of apps: Based on what Google said in http://…

android android-layout android-animation android-view android-theme
How to reference style attributes from a drawable?

I want to have 2 selectable themes for my application. In order to do that, I defined some attributes, like this: &…

android android-drawable android-theme android-attributes
Switching application-wide theme programmatically?

I'm attempting to get a user-chosen theme and feel like I'm frustratingly close. Defining the theme in AndroidManifest.xml works …

android themes android-theme
Translucent Activity filling the entire screen

I'd like to have an activity (2) with translucent aspect over another activity (1), aligned at the top of the screen (4). I …

android android-activity transparency android-theme
Android Material Design: Failed to find style 'toolbarStyle' in current theme

I am trying to use the toolbar widget in android 21 with a custom style but I can't get rid off …

android android-theme material-design
datepicker with different style than activity

I have activities with custom style, I want my activity with a custom title bar so I created below style: &…

android android-theme android-styles android-datepicker