Archived
Refactored string and colour resources
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
<group android:name="background">
|
||||
<path
|
||||
android:name="circle"
|
||||
android:fillColor="@color/accent"
|
||||
android:fillColor="@color/colorAccent"
|
||||
android:pathData="M12,12m-10,0a10,10 0,1 1,20 0a10,10 0,1 1,-20 0" />
|
||||
</group>
|
||||
<group android:name="check">
|
||||
<path
|
||||
android:name="tick"
|
||||
android:pathData="M6.5,12 l0,0 l0,0"
|
||||
android:strokeColor="@color/background"
|
||||
android:strokeColor="@color/colorBackground"
|
||||
android:strokeWidth="1" />
|
||||
</group>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user