summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-09-08 20:43:33 +0400
committerAndrew Dolgov <[email protected]>2013-09-08 20:43:33 +0400
commitc47ae09d16d61378759878b2ed88fc98013668a4 (patch)
tree69ffc779dcafb14517f8495dc701d441a8ff9be5 /res/values
parent6a397ef34d3f0ff54867f1edccab340b72b191ce (diff)
fix selected counter style name in compat light theme
Diffstat (limited to 'res/values')
-rw-r--r--res/values/style.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/style.xml b/res/values/style.xml
index f46cdf73..fec0dcac 100644
--- a/res/values/style.xml
+++ b/res/values/style.xml
@@ -24,7 +24,7 @@
<item name="linkColor">#4684ff</item>
<item name="loadingBackground">@android:color/white</item>
<item name="unreadCounterBackground">@drawable/counter_background</item>
- <item name="unreadSelectedCounterBackground">@drawable/counter_background</item>
+ <item name="unreadSelectedCounterBackground">@drawable/counter_background_selected_light</item>
</style>
<style name="SepiaTheme" parent="LightTheme">