diff options
author | Renard | 2016-04-14 17:16:18 -0300 |
---|---|---|
committer | Renard | 2016-04-14 17:16:18 -0300 |
commit | 00cfbfc1cd3bec581fb81722826407d07ad7d83c (patch) | |
tree | 409dc15a9795cd5093bb223ca895b0f746e0d2a2 /app/src/main/res/values | |
parent | be970f1212a1e07a90d6dadc4760db1a70cde762 (diff) | |
download | BaiApp-00cfbfc1cd3bec581fb81722826407d07ad7d83c.tar.gz BaiApp-00cfbfc1cd3bec581fb81722826407d07ad7d83c.tar.xz BaiApp-00cfbfc1cd3bec581fb81722826407d07ad7d83c.zip |
Test
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/styles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 4d0766f..40acf9b 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -64,8 +64,8 @@ </style> <style name="AppTheme.BlackActionBar"> - <item name="colorPrimary">@color/blackBackground</item> - <item name="colorPrimaryDark">@color/blackMarginColor</item> + <item name="colorPrimary">#101012</item> + <item name="colorPrimaryDark">#000000</item> <item name="colorAccent">@color/blackMarginColor</item> <item name="isDarkTheme">true</item> </style> |