Skip to content

Commit 3720c93

Browse files
X1ntopimterry
authored andcommitted
initial adaptive icon commit
1 parent 71af102 commit 3720c93

File tree

4 files changed

+27
-36
lines changed

4 files changed

+27
-36
lines changed

app/src/main/res/drawable-v24/ic_launcher_foreground.xml

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="108dp"
3+
android:height="108dp"
4+
android:viewportWidth="796"
5+
android:viewportHeight="796">
6+
<group android:scaleX="0.35"
7+
android:scaleY="0.35"
8+
android:translateX="258.7"
9+
android:translateY="258.7">
10+
<path
11+
android:pathData="m366.22,15.72v333.29c0,8.67 -7.1,15.72 -15.82,15.72h-103.17c-8.73,0 -15.82,-7.05 -15.82,-15.72v-110.6h-96.62v110.6c0,8.67 -7.1,15.72 -15.82,15.72H15.82c-8.77,0 -15.82,-7.05 -15.82,-15.72V15.72C0,7.05 7.05,0 15.82,0h103.13c8.73,0 15.82,7.05 15.82,15.72v107.28h96.62V15.72c0,-8.67 7.1,-15.72 15.82,-15.72h103.17c8.73,0 15.82,7.05 15.82,15.72Z"
12+
android:fillColor="#e04526"/>
13+
<path
14+
android:pathData="m796,15.72v85.67c0,8.67 -7.1,15.72 -15.82,15.72h-107.11v231.9c0,8.67 -7.05,15.72 -15.82,15.72h-103.13c-8.73,0 -15.82,-7.05 -15.82,-15.72V117.12h-110.5c-8.73,0 -15.82,-7.05 -15.82,-15.72V15.72c0,-8.67 7.1,-15.72 15.82,-15.72h352.38c8.73,0 15.82,7.05 15.82,15.72Z"
15+
android:fillColor="#e04526"/>
16+
<path
17+
android:pathData="m384.03,446.99v85.67c0,8.67 -7.1,15.72 -15.82,15.72h-107.11v231.9c0,8.67 -7.05,15.72 -15.82,15.72h-103.13c-8.73,0 -15.82,-7.05 -15.82,-15.72v-231.9H15.82c-8.73,0 -15.82,-7.05 -15.82,-15.72v-85.67c0,-8.67 7.1,-15.72 15.82,-15.72h352.38c8.73,0 15.82,7.05 15.82,15.72Z"
18+
android:fillColor="#e04526"/>
19+
<path
20+
android:pathData="m666.42,431.31h-91.69v-0.04h-120.63c-8.77,0 -15.82,7.05 -15.82,15.72v333.29c0,8.67 7.05,15.72 15.82,15.72h104.8c8.77,0 15.82,-7.05 15.82,-15.72v-99.95h91.78c69.17,0 125.24,-55.79 125.24,-124.48s-56.11,-124.53 -125.33,-124.53ZM663.75,570.26c0,8.72 -7.1,15.72 -15.82,15.72h-73.2v-58.09h73.2c8.73,0 15.82,7.01 15.82,15.72v26.64Z"
21+
android:fillColor="#e04526"/>
22+
</group>
23+
</vector>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
56
</adaptive-icon>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
56
</adaptive-icon>

0 commit comments

Comments
 (0)