Checkbox: use accent color instead of hardcoded element color

Change-Id: Ie618e37577e9e3aa101c627ca5dd10a3b77332e4
This commit is contained in:
SpiritCroc 2021-05-02 12:40:38 +02:00
parent 39bc0829ad
commit a66d6c42b5

View file

@ -6,8 +6,8 @@
<path
android:pathData="M4,0.75L12,0.75A3.25,3.25 0,0 1,15.25 4L15.25,12A3.25,3.25 0,0 1,12 15.25L4,15.25A3.25,3.25 0,0 1,0.75 12L0.75,4A3.25,3.25 0,0 1,4 0.75z"
android:strokeWidth="1.5"
android:fillColor="#03B381"
android:strokeColor="#03B381"/>
android:fillColor="?android:attr/colorAccent"
android:strokeColor="?android:attr/colorAccent"/>
<path
android:pathData="M12,5.5L6.5,11L4,8.5"
android:strokeLineJoin="round"