diff options
author | cyBerta <cyberta@riseup.net> | 2019-07-09 23:30:32 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-07-09 23:30:32 +0200 |
commit | 9bb5d109ddd73b8e31e5f5d862372758290227aa (patch) | |
tree | 90096b845ae8aedc5c380316ff5c09d714b417d8 /app/src/main/res/values/styles.xml | |
parent | 40266121f8f62bcbeca79d648fd673e5ee09c849 (diff) |
tweak buttons - fix pressed states, tweak vpn button
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 4e845384..97f001a4 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -69,8 +69,9 @@ <style name="BitmaskButtonBlack" parent="android:Widget.Button"> <item name="android:textAllCaps">true</item> - <item name="android:background">@color/black800</item> + <item name="android:background">@drawable/cust_button_primary_black</item> <item name="android:textColor">@color/white</item> + <item name="android:textStyle">bold</item> </style> </resources>
\ No newline at end of file |