Top "Android-styles" questions

A style is a collection of properties that specify the look and format for a View or window

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
How to use specified weights for fonts in XML

Using the Fonts in XML feature you can specify various font weights for a font family. For example: <?xml …

android android-xml android-styles android-fonts
Create a 3d shaped button in android

I was trying to create a button similar in look to the round buttons over here - http://livetools.uiparade.…

android android-ui android-button android-styles
Difference between android:windowBackground and android:colorBackground?

What is the difference between android:windowBackground and android:colorBackground? Example: <style name = "theme"> <item name ="android:…

android android-layout android-styles
Why the background of ProgressDialog doesn't set to the transparent?

I want to set the back ground to the transparent , so I have set the following code in styles.xml &…

android progressdialog android-styles
Overlaying the Action Bar not working

I was following official developer's guide to overlay actionbar. my style.xml is as following: <!-- Base application theme. …

android android-layout android-actionbar android-styles
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
Android CollapsingToolbarLayout Title background

I'm working with the CollapsingToolbarLayout from the new Android Design Support Library. I have set its title and it is …

android android-styles android-collapsingtoolbarlayout android-support-design
How to style the cursor color of SearchView under AppCompat

My SearchView is android.support.v7.widget.SearchView and AppTheme is showed below. <style name="AppBaseTheme" parent="Theme.AppCompat.…

android android-appcompat android-styles
Error inflating class Button in Android

I have an application with min sdk 16 up to 23. I want to use Material design as much as possible. It …

android android-styles android-inflate inflate-exception android-attributes