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

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -