fix selected counter style name in compat light theme

This commit is contained in:
Andrew Dolgov 2013-09-08 20:43:33 +04:00
parent 6a397ef34d
commit c47ae09d16

View File

@ -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">