Add AboutScreen

This commit is contained in:
vfsfitvnm
2022-06-07 22:11:35 +02:00
parent 2339b2a4da
commit 239489ba30
6 changed files with 194 additions and 10 deletions

View File

@@ -0,0 +1,22 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M196,220l64,0l0,172"
android:strokeLineJoin="round"
android:strokeWidth="40"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
<path
android:pathData="M187,396L325,396"
android:strokeWidth="40"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
<path
android:fillColor="#FF000000"
android:pathData="M256,160a32,32 0,1 1,32 -32A32,32 0,0 1,256 160Z"/>
</vector>