Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f453282a authored by James Kung's avatar James Kung
Browse files

Red checkbox asset fix

Bug: 10446786
Change-Id: Ida2b978c017205958f2dc7d0e176fc5c383ff307
parent efc4ad3b
Loading
Loading
Loading
Loading
−1.17 KiB
Loading image diff...
−4.45 KiB
Loading image diff...
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:state_checked="true"
        android:drawable="@drawable/btn_check_on_holo_dark" />
        android:drawable="@drawable/btn_check_on_holo_dark_red" />

    <item android:state_checked="false"
        android:drawable="@drawable/btn_check_off_holo_dark" />
        android:drawable="@drawable/btn_check_off_holo_dark_red" />
</selector>
 No newline at end of file