Refactored string and colour resources

This commit is contained in:
Deniz Düzgören
2019-07-31 19:48:21 +02:00
parent dbea6a60eb
commit 6cf4c44880
37 changed files with 392 additions and 447 deletions
+2 -2
View File
@@ -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>