Skip to content

Commit 4023cce

Browse files
Adjust app icon to a viewport of 108
Ensures the right size is used for all kinds of devices
1 parent 5039f7b commit 4023cce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
22
android:width="108dp"
33
android:height="108dp"
4-
android:viewportWidth="1000"
5-
android:viewportHeight="1000">
4+
android:viewportWidth="108"
5+
android:viewportHeight="108">
66
<path
77
android:fillColor="@color/ic_launcher_foreground_tint"
8-
android:pathData="M600,470.2H400V300H340V470.2V530.2V700H400V530.2H600V700H660V530.2V470.2V300H600V470.2Z" />
8+
android:pathData="M61.13,51.87H46.87V39.74H42.6V51.87V56.15V68.26H46.87V56.15H61.13V68.26H65.4V56.15V51.87V39.74H61.13V51.87Z" />
99
<path
1010
android:fillColor="@color/ic_launcher_foreground_tint"
11-
android:pathData="M500,100C279.1,100 100,279.1 100,500C100,720.9 279.1,900 500,900C720.9,900 900,720.9 900,500C900,279.1 720.9,100 500,100ZM500,843.4C310.8,843.4 156.6,689.2 156.6,500C156.6,310.8 310.8,156.6 500,156.6C689.2,156.6 843.4,310.8 843.4,500C843.4,689.2 689.2,843.4 500,843.4Z" />
11+
android:pathData="M54,27C39.09,27 27,39.09 27,54C27,68.91 39.09,81 54,81C68.91,81 81,68.91 81,54C81,39.09 68.91,27 54,27ZM54,77.18C41.2,77.18 30.82,66.8 30.82,54C30.82,41.2 41.2,30.82 54,30.82C66.8,30.82 77.18,41.2 77.18,54C77.18,66.8 66.8,77.18 54,77.18Z" />
1212
</vector>

0 commit comments

Comments
 (0)