diff --git a/res/drawable/counter_background_selected_light.xml b/res/drawable/counter_background_selected_light.xml new file mode 100644 index 00000000..ca0c37da --- /dev/null +++ b/res/drawable/counter_background_selected_light.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/res/layout/feeds_row_selected.xml b/res/layout/feeds_row_selected.xml index 01714502..ecb793f1 100644 --- a/res/layout/feeds_row_selected.xml +++ b/res/layout/feeds_row_selected.xml @@ -38,7 +38,7 @@ android:layout_gravity="center_vertical" android:layout_marginRight="6dp" android:layout_weight="0" - android:background="?attr/unreadCounterBackground" + android:background="?attr/unreadSelectedCounterBackground" android:gravity="center" android:paddingBottom="4dp" android:paddingLeft="4dp" diff --git a/res/values-v11/style.xml b/res/values-v11/style.xml index d69c47c7..db3cbc52 100644 --- a/res/values-v11/style.xml +++ b/res/values-v11/style.xml @@ -21,9 +21,10 @@ #606060 @android:color/secondary_text_light #008000 - #30B0E0 + #4684ff @android:color/white - @drawable/counter_background + @drawable/counter_background + @drawable/counter_background_selected_light