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-v21 | |
parent | 40266121f8f62bcbeca79d648fd673e5ee09c849 (diff) |
tweak buttons - fix pressed states, tweak vpn button
Diffstat (limited to 'app/src/main/res/values-v21')
-rw-r--r-- | app/src/main/res/values-v21/styles.xml | 10 | ||||
-rw-r--r-- | app/src/main/res/values-v21/themes.xml | 2 |
2 files changed, 1 insertions, 11 deletions
diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml index 9f36e474..50070e6d 100644 --- a/app/src/main/res/values-v21/styles.xml +++ b/app/src/main/res/values-v21/styles.xml @@ -26,15 +26,5 @@ <item name="android:colorAccent">@color/accent</item> </style> - <style name="BitmaskButton" parent="android:Widget.Button"> - <item name="android:textAllCaps">true</item> - <item name="android:backgroundTint">@color/colorPrimary</item> - </style> - - <style name="BitmaskButtonBlack" parent="android:Widget.Button"> - <item name="android:textAllCaps">true</item> - <item name="android:backgroundTint">@color/black800</item> - <item name="android:textColor">@color/white</item> - </style> </resources> diff --git a/app/src/main/res/values-v21/themes.xml b/app/src/main/res/values-v21/themes.xml index d6145217..0a426ced 100644 --- a/app/src/main/res/values-v21/themes.xml +++ b/app/src/main/res/values-v21/themes.xml @@ -17,7 +17,7 @@ <style name="SplashTheme" parent="Theme.AppCompat.NoActionBar"> <item name="android:colorPrimary">@color/colorPrimary</item> - <item name="android:colorPrimaryDark">@color/colorPrimary</item> + <item name="android:colorPrimaryDark">@color/colorPrimaryDark</item> <item name="android:windowBackground">@drawable/splash_page</item> </style> |