Skip to content

Commit 3dd238b

Browse files
committed
Added app icon
1 parent 1dc5d24 commit 3dd238b

19 files changed

Lines changed: 25 additions & 6 deletions
40.2 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
xmlns:aapt="http://schemas.android.com/aapt"
3+
android:width="108dp"
4+
android:height="108dp"
5+
android:viewportWidth="512"
6+
android:viewportHeight="512">
7+
<path
8+
android:pathData="M0,0h512v512h-512z">
9+
<aapt:attr name="android:fillColor">
10+
<gradient
11+
android:startX="-11.15"
12+
android:startY="0.16"
13+
android:endX="568"
14+
android:endY="566.5"
15+
android:type="linear">
16+
<item android:offset="0" android:color="#FF172429"/>
17+
<item android:offset="1" android:color="#FF1D3F4A"/>
18+
</gradient>
19+
</aapt:attr>
20+
</path>
21+
</vector>
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@drawable/ic_launcher_background" />
4-
<foreground android:drawable="@drawable/ic_launcher_foreground" />
5-
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
3+
<background android:drawable="@drawable/ic_launcher_background2"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground2"/>
65
</adaptive-icon>
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@drawable/ic_launcher_background" />
4-
<foreground android:drawable="@drawable/ic_launcher_foreground" />
5-
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
3+
<background android:drawable="@drawable/ic_launcher_background2"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground2"/>
65
</adaptive-icon>
584 Bytes
Loading
994 Bytes
Loading
780 Bytes
Loading
370 Bytes
Loading
736 Bytes
Loading
548 Bytes
Loading

0 commit comments

Comments
 (0)