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
Post a Comment