Minor interface redesign, including First Time activity

This commit is contained in:
Deniz Düzgören
2019-07-30 22:48:13 +02:00
parent c53e9ce391
commit 47cbaaf53c
19 changed files with 245 additions and 298 deletions
+2 -2
View File
@@ -6,14 +6,14 @@
<group android:name="background">
<path
android:name="circle"
android:fillColor="#448aff"
android:fillColor="@color/accent"
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="#FFFFFF"
android:strokeColor="@color/background"
android:strokeWidth="1" />
</group>