Skip to content

Commit 24a9303

Browse files
Axhaattherajanmaurya
authored andcommittedSep 16, 2024
Added the ic_launcher and ic_launcher_round
1 parent 2dd8750 commit 24a9303

12 files changed

+6
-4
lines changed
 
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">
3-
<background android:drawable="@drawable/ic_launcher_background"/>
4-
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
3+
<background android:drawable="@mipmap/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
56
</adaptive-icon>
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">
3-
<background android:drawable="@drawable/ic_launcher_background"/>
4-
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
3+
<background android:drawable="@mipmap/ic_launcher_round_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_round_foreground"/>
5+
<monochrome android:drawable="@mipmap/ic_launcher_round_monochrome"/>
56
</adaptive-icon>
1.99 KB
Loading
Loading
613 Bytes
Loading
Loading
Loading
Loading
5.59 KB
Loading
Loading
6.15 KB
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.