A theme is a style applied to an entire Android application or Activity, rather than an individual View.
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-themeI 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-themeI 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-themeI 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-compatI'm using a custom theme that inherits from DarkActionBar and I want to customize dropdown menu to be white like …
android android-themeI am looking at the Honeycomb Gallery sample code (here) and I ran across the following code while trying to …
android android-layout attributes android-themeI've written a custom widget for a control that we use widely throughout our application. The widget class derives from …
android android-themeI 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-designI need my app to show as full screen. Now I know how to add this feature into the application …
android android-theme android-stylesI 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