diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-03-14 23:38:44 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-03-14 23:38:44 +0100 |
commit | cff4fcb707068eaa5faac8d938887747786ea7d7 (patch) | |
tree | fb721dc612139a5783fdd9a9c593fae512d349ac /app/src/main/res/values/styles.xml | |
parent | 878922cf1103d59afbdc2968731e2eda4276fa2d (diff) |
version bump and some style update
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 08f50df7..e9c9b918 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -4,7 +4,7 @@ <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <item name="colorPrimary">@color/blue_grey_500</item> <item name="colorPrimaryDark">@color/blue_grey_500</item> - <item name="android:windowBackground">@color/blue_grey_100</item> + <item name="android:windowBackground">@color/blue_grey_50</item> <item name="android:textColorPrimary">@color/teal_900</item> <item name="android:textColor">@color/blue_grey_900</item> </style> |