Skip to content

Commit 6d69118

Browse files
committed
feat: changes app icon
1 parent c4dc2fa commit 6d69118

31 files changed

+10
-11
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
android:allowBackup="true"
1919
android:dataExtractionRules="@xml/data_extraction_rules"
2020
android:fullBackupContent="@xml/backup_rules"
21-
android:icon="@drawable/turtle"
21+
android:icon="@mipmap/ic_launcher"
22+
android:roundIcon="@mipmap/ic_launcher_round"
2223
android:label="@string/app_name"
2324
android:supportsRtl="true"
2425
android:theme="@style/Theme.ToDoTurtle"
19.9 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>

app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.
1.73 KB
Loading
-1.37 KB
Binary file not shown.
2.5 KB
Loading
3.8 KB
Loading
-2.83 KB
Binary file not shown.

0 commit comments

Comments
 (0)