aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/themes.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-03 21:59:49 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-03 22:01:29 +0200
commite18855cd9c1a651bc39e651c814415cfff4e5680 (patch)
tree0a0e50960094d9fe4996ac9752591567120c8ab7 /src/main/res/values/themes.xml
parent810ac88a4995851892b1af7a084dba677f4e1fb3 (diff)
do not enable encryption for bug reports
Diffstat (limited to '')
-rw-r--r--src/main/res/values/themes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
index 78a74cca0..a8103324e 100644
--- a/src/main/res/values/themes.xml
+++ b/src/main/res/values/themes.xml
@@ -87,7 +87,7 @@
</style>
<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
- <item name="colorPrimaryDark">@color/grey50</item>
+ <item name="colorPrimaryDark">@color/grey300</item>
<item name="android:windowBackground">@drawable/background</item>
</style>