Skip to content

Commit d629108

Browse files
committed
feat: adding launcher icon
1 parent 2b76348 commit d629108

File tree

15 files changed

+11015
-31
lines changed

15 files changed

+11015
-31
lines changed
32.5 KB
Loading

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

Lines changed: 11007 additions & 25 deletions
Large diffs are not rendered by default.
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="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
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="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
65
</adaptive-icon>
382 Bytes
Binary file not shown.
714 Bytes
Binary file not shown.
266 Bytes
Binary file not shown.
480 Bytes
Binary file not shown.
646 Bytes
Binary file not shown.
Binary file not shown.
1000 Bytes
Binary file not shown.
Binary file not shown.
1.24 KB
Binary file not shown.
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<color name="ic_launcher_background">#FFD0B6</color>
4+
</resources>

0 commit comments

Comments
 (0)