Improve launcher icon appearance
This commit is contained in:
parent
b5a724137a
commit
ea27b33b3e
4 changed files with 20 additions and 18 deletions
|
@ -1,15 +1,17 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="912dp"
|
||||
android:height="1053.1dp"
|
||||
android:viewportWidth="912"
|
||||
android:viewportHeight="1053.1">
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="912"
|
||||
android:viewportHeight="1053.1">
|
||||
<group android:scaleX="0.49362832"
|
||||
android:scaleY="0.57"
|
||||
android:translateX="230.90547"
|
||||
android:translateY="226.4165">
|
||||
<path
|
||||
android:pathData="M841.2,748.6v0.4l-385.2,222.4 -385.2,-222.4V304.2l385.2,-222.4 385.2,222.4v0.4l70.8,-40.9v-0.4L456,0 0,263.3v526.6l456,263.3 456,-263.3v-0.4l-70.8,-40.9z"
|
||||
android:fillColor="@color/primary"/>
|
||||
<path
|
||||
android:pathData="M841.2,748.6v0.4l-385.2,222.4 -385.2,-222.4V304.2l385.2,-222.4 385.2,222.4v0.4l70.8,-40.9v-0.4L456,0 0,263.3v526.6l456,263.3 456,-263.3v-0.4l-70.8,-40.9z"
|
||||
android:fillColor="@color/primary"/>
|
||||
android:fillColor="@color/ic_launcher_foreground"/>
|
||||
<path
|
||||
android:pathData="M699.2,488H464.5a38.2,38.2 0,0 0,-13.4 2.5,140.8 140.8,0 1,0 0,72.3 38.2,38.2 0,0 0,13.4 2.5H553v46.9a38.6,38.6 0,0 0,77.2 0v-46.9h9.1v32.8a38.6,38.6 0,0 0,77.2 0v-37a38.6,38.6 0,0 0,-17.4 -73ZM315,599.3a72.7,72.7 0,1 1,72.7 -72.7A72.7,72.7 0,0 1,315 599.3Z"
|
||||
android:fillColor="@color/primary"/>
|
||||
</vector>
|
||||
android:fillColor="@color/ic_launcher_foreground"/>
|
||||
</group>
|
||||
</vector>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/primary_container" />
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
||||
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/primary_container" />
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
||||
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -1,5 +1,5 @@
|
|||
<resources>
|
||||
<!-- These colors are only used for the launcher icon -->
|
||||
<color name="primary">#7E4895</color>
|
||||
<color name="primary_container">#F8D8FF</color>
|
||||
<color name="ic_launcher_foreground">#7E4895</color>
|
||||
<color name="ic_launcher_background">#F8D8FF</color>
|
||||
</resources>
|
Loading…
Reference in a new issue