Skip to content

Commit f6d9611

Browse files
authored
feat: 안드로이드 앱 아이콘 설정 완료 (#39)
1 parent 0c66218 commit f6d9611

28 files changed

+10
-0
lines changed
78.4 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@mipmap/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
</adaptive-icon>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@mipmap/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
</adaptive-icon>
-544 Bytes
Binary file not shown.
1.82 KB
Loading
1010 Bytes
Loading
1.11 KB
Loading
3.86 KB
Loading
-442 Bytes
Binary file not shown.
1.32 KB
Loading

0 commit comments

Comments
 (0)