diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-19 21:04:31 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-19 21:04:31 -0700 |
commit | 7b90fa9819c9b4765f107ea04dd7ac687dc572ad (patch) | |
tree | 45994718a684c41dcff681d42ea000ca01beecc0 /app/src/main/res/values/styles.xml | |
parent | ab61f2afd887d772426bda9d9aea829557e2e39d (diff) | |
download | frost-7b90fa9819c9b4765f107ea04dd7ac687dc572ad.tar.gz frost-7b90fa9819c9b4765f107ea04dd7ac687dc572ad.tar.bz2 frost-7b90fa9819c9b4765f107ea04dd7ac687dc572ad.zip |
Clean up notifications and animations
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 74347ddc..0adb5967 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -36,9 +36,9 @@ <style name="FrostTheme.Splash" parent="Theme.AppCompat.NoActionBar"> <item name="android:windowBackground">@drawable/splash_screen</item> - <item name="android:navigationBarColor">@color/splashBackground</item> - <item name="colorPrimaryDark">@color/splashBackground</item> - <item name="colorAccent">@color/splashBackground</item> + <item name="android:navigationBarColor">@color/frost_splash_background</item> + <item name="colorPrimaryDark">@color/frost_splash_background</item> + <item name="colorAccent">@color/frost_splash_background</item> </style> <style name="FrostProgressBar" parent="Widget.AppCompat.ProgressBar.Horizontal"> |