Skip to content

Commit 67dd51b

Browse files
authored
Merge pull request #39 from casper-jr/ui/appicon
[UI] 앱 아이콘 적용
2 parents b9f1574 + 885b302 commit 67dd51b

29 files changed

+8
-4
lines changed
10.2 KB
Loading
Lines changed: 2 additions & 2 deletions
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" />
4-
<foreground android:drawable="@drawable/ic_launcher_foreground" />
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
55
</adaptive-icon>
Lines changed: 2 additions & 2 deletions
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" />
4-
<foreground android:drawable="@drawable/ic_launcher_foreground" />
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
55
</adaptive-icon>
-3.51 KB
Binary file not shown.
830 Bytes
Loading
752 Bytes
Loading
-5.21 KB
Binary file not shown.
2.6 KB
Loading
-2.57 KB
Binary file not shown.
638 Bytes
Loading

0 commit comments

Comments
 (0)