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/themes.xml | |
parent | 40266121f8f62bcbeca79d648fd673e5ee09c849 (diff) |
tweak buttons - fix pressed states, tweak vpn button
Diffstat (limited to 'app/src/main/res/values-v21/themes.xml')
-rw-r--r-- | app/src/main/res/values-v21/themes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |