Skip to content

Commit d1b1450

Browse files
committed
Add: 앱 아이콘 추가
1 parent 5b111d8 commit d1b1450

16 files changed

Lines changed: 58 additions & 2 deletions

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
android:allowBackup="true"
1010
android:dataExtractionRules="@xml/data_extraction_rules"
1111
android:fullBackupContent="@xml/backup_rules"
12-
android:icon="@mipmap/ic_launcher"
12+
android:icon="@mipmap/ic_bitnagil_launcher"
1313
android:label="@string/app_name"
14-
android:roundIcon="@mipmap/ic_launcher_round"
14+
android:roundIcon="@mipmap/ic_bitnagil_launcher_round"
1515
android:supportsRtl="true"
1616
android:theme="@style/Theme.Bitnagil"
1717
tools:targetApi="31">
17.6 KB
Loading

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

Lines changed: 42 additions & 0 deletions
Large diffs are not rendered by default.
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="@color/ic_bitnagil_launcher_background"/>
4+
<foreground android:drawable="@drawable/ic_bitnagil_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="@color/ic_bitnagil_launcher_background"/>
4+
<foreground android:drawable="@drawable/ic_bitnagil_launcher_foreground"/>
5+
</adaptive-icon>
910 Bytes
Loading
1.87 KB
Loading
664 Bytes
Loading
1.24 KB
Loading
1.26 KB
Loading

0 commit comments

Comments
 (0)