Skip to content

Commit ce46642

Browse files
committed
ganti icon
1 parent 8e132c6 commit ce46642

19 files changed

+6
-2
lines changed

app/src/main/ic_launcher-web.png

-11.1 KB
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +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"/>
3+
<background android:drawable="@color/ic_launcher_background"/>
44
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
55
</adaptive-icon>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +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"/>
3+
<background android:drawable="@color/ic_launcher_background"/>
44
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
55
</adaptive-icon>
-961 Bytes
Loading
Loading
-245 Bytes
Loading
-752 Bytes
Loading
Loading
-100 Bytes
Loading
-1.33 KB
Loading
Loading
-220 Bytes
Loading
-2.08 KB
Loading
Loading
-581 Bytes
Loading
-2.66 KB
Loading
Loading
Loading
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">#EA4A4A</color>
4+
</resources>

0 commit comments

Comments
 (0)