Top "Android-styles" questions

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

How do you underline a text in Android XML?

How do you underline a text in an XML file? I can't find an option in textStyle.

android textview android-styles underline
How to custom switch button?

I am looking to Custom The Switch Button to becoming as following : How to achieve this ?

android android-button android-styles android-switch
How can I style an Android Switch?

The switch widget introduced in API 14 is styled by default with holo theme. I want to style it slightly different, …

android android-theme styling android-styles android-switch
Android statusbar icons color

I was wondering if it's possible to change the statusbar icons colour (not the statusbar colour, colorPrimaryDark) Let's say I …

android android-5.0-lollipop android-styles android-statusbar
AlertDialog styling - how to change style (color) of title, message, etc

I've breaking my head over this quite a bit. What I need to do is, change the style of all …

android android-alertdialog android-theme android-styles
How to change the style of a DatePicker in android?

I want to change the default color of the date/time picker dialog in Android, so that it should match …

android android-styles android-datepicker android-timepicker
How to set Style for a button in Android?

I have defined the below files in res folder. styles_apptheme.xml <?xml version="1.0" encoding="utf-8"?> <!-- …

android android-layout android-button android-styles
Change status bar text color when primaryDark is white

I am trying to reproduce the behaviour of Google Calendar application: but I have not found a way to change …

android android-styles android-statusbar
Action Bar menu item text color

How to change text color of menu item title. I tried to change it as below <style name="Theme.…

android android-actionbar android-menu android-styles
How to change focus color of EditText in Android

How can I change the focus color (orange) on an EditText box? The focus color is a small rim around …

android android-edittext android-styles