mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-15 18:59:12 +03:00
Checkbox: use accent color instead of hardcoded element color
Change-Id: Ie618e37577e9e3aa101c627ca5dd10a3b77332e4
This commit is contained in:
parent
39bc0829ad
commit
a66d6c42b5
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue