Commit 295243d7 authored by Thomas's avatar Thomas
Browse files

fix counter colors

parent 81dd820d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="?attr/colorAccent" />
    <solid android:color="?colorPrimary" />
    <padding
        android:left="2dp"
        android:right="2dp" />
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
        android:background="@drawable/shape_counter"
        android:gravity="center"
        android:padding="3dp"
        android:textColor="@color/white"
        android:textColor="?colorOnPrimary"
        android:textSize="11sp"
        tools:text="9+" />
</merge>
 No newline at end of file