Skip to content

Commit 097f74d

Browse files
committed
feat: add app icon
1 parent 44bb060 commit 097f74d

27 files changed

+7
-205
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
5.9 KB
Loading

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

Lines changed: 0 additions & 170 deletions
This file was deleted.
46 KB
Loading

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

Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools"
4+
tools:ignore="MonochromeLauncherIcon">
35
<background android:drawable="@drawable/ic_launcher_background" />
46
<foreground android:drawable="@drawable/ic_launcher_foreground" />
5-
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
67
</adaptive-icon>
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools"
4+
tools:ignore="MonochromeLauncherIcon">
35
<background android:drawable="@drawable/ic_launcher_background" />
46
<foreground android:drawable="@drawable/ic_launcher_foreground" />
5-
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
67
</adaptive-icon>
6.92 KB
Loading
-1.37 KB
Binary file not shown.
7.32 KB
Loading

0 commit comments

Comments
 (0)