Top "Android-theme" questions

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

Android Studio: Rendering Problems Missing styles-correct theme chosen for this layout, Failed to find style with id

I want to create card item xml layout for CardView and getting this error. Common solutions here not worked (tried …

android android-layout android-studio android-xml android-theme
Customizing dialog by extending Dialog or AlertDialog

I want to make a custom Dialog. Because I don't like its style, I want to have rounded rectangle rather …

android customization android-dialog android-theme
How to use device default theme for app?

I have an app that I want to develop for Android 2.1, 2.2, 2.3.3, 3.0/3.1 and 4.0.x. Between those API levels, there are about 3 …

android android-theme
Android how to get AppCompat.Translucent type theme with support actionbar?

I would like to add the support actionbar to one of my activities, I previously had been using the theme.…

android android-actionbar android-theme android-actionbar-compat
Styling ActionBar dropdown menu

I'm using a custom theme that inherits from DarkActionBar and I want to customize dropdown menu to be white like …

android android-theme
Can someone explain the attr?

I am looking at the Honeycomb Gallery sample code (here) and I ran across the following code while trying to …

android android-layout attributes android-theme
How to: Define theme (style) item for custom widget

I've written a custom widget for a control that we use widely throughout our application. The widget class derives from …

android android-theme
android:Theme.Material.Light requires API level 21 (current min is 8)

I want to use Material Theme in my application which has minimum sdk version of 8. As per docs - "The …

android android-5.0-lollipop android-theme material-design
Full Screen in customize theme

I need my app to show as full screen. Now I know how to add this feature into the application …

android android-theme android-styles
How to change SearchView elements' color?

I want to use SearchView in my project, but I have a problem with elements' color. Let me show you: …

android android-theme android-styles android-search