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

Commit 64d00f8b authored by Sergey Ten's avatar Sergey Ten Committed by Josh Guilfoyle
Browse files

A fix for THEMES-147.

Use a buttonless image of green checkmark. There are two more places where we need to fix THEMES-147: one is in ThemeManager and the other - in Settings. CR: JoshG.
parent 71ff3c9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,6 +2,6 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:state_checked="true"
          android:drawable="@drawable/pluto_chechkbox_focus" />
          android:drawable="@drawable/btn_check_buttonless_on" />

</selector>
−581 B
Loading image diff...