css - Android application style -



css - Android application style -

i set specific style whole application.

i added style in androidmanifest.xml, , defined style follow:

<style name="mystyle"> <item name="android:background">#000000</item> <item name="android:textcolor">#ffffff</item> </style>

this style changes background , textcolor whole application, though alter text color of buttons: sentence works when defining button add together style of application

thanks lot

<style name="mystyle" parent="android:theme"> <item name="android:buttonstyle">@style/your button style</item> </style>

source:how apply style buttons of android application

android css button styles

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -