summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/style.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-05 23:20:49 +0400
committerAndrew Dolgov <[email protected]>2014-11-05 23:20:49 +0400
commit33b80cfcfdef991c0768eaddf7f3026c5c474ada (patch)
treed3693c43b234d09fdec50fe9e8b0ca84d9530f09 /org.fox.ttrss/src/main/res/values/style.xml
parent868839598b4c2dce291ba7d5fb1c4c2c341ce716 (diff)
revert statusbar hint color change
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/style.xml')
-rw-r--r--org.fox.ttrss/src/main/res/values/style.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index 083a6bdf..4dc4db9f 100644
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -1,7 +1,7 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="LightTheme" parent="Theme.AppCompat.Light.DarkActionBar">
- <item name="statusBarHintColor">?colorPrimaryDark</item>
+ <item name="statusBarHintColor">?colorPrimary</item>
<item name="smallScreenBackground">#eeeeee</item>
<item name="ttrssHorizontalDivider">@android:drawable/divider_horizontal_bright</item>
<item name="feedlistBackground"><!-- #e0e0e0 -->@drawable/shadow_feeds</item>
@@ -50,7 +50,7 @@
</style>
<style name="DarkTheme" parent="Theme.AppCompat">
- <item name="statusBarHintColor">?colorPrimaryDark</item>
+ <item name="statusBarHintColor">?colorPrimary</item>
<item name="unreadCounterColor">#909090</item>
<item name="headlineNormalBackground">#151515</item>
<item name="feedlistTextColor">@android:color/primary_text_dark</item>