Skip to content

Commit 3e1cbc1

Browse files
authored
Merge pull request #48 from shraavv/amfoss-logo
fix: error loading app icon
2 parents 17a71e1 + 4833999 commit 3e1cbc1

14 files changed

Lines changed: 15 additions & 2 deletions

File tree

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<application
1717
android:label="ammentor"
1818
android:name="${applicationName}"
19-
android:icon="@mipmap/ic_launcher">
19+
android:icon="@mipmap/launcher_icon">
2020
<activity
2121
android:name=".MainActivity"
2222
android:exported="true"
1.75 KB
Loading
1.08 KB
Loading
2.61 KB
Loading
4.12 KB
Loading
6.1 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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_launcher_background"/>
4+
<foreground>
5+
<inset
6+
android:drawable="@drawable/ic_launcher_foreground"
7+
android:inset="16%" />
8+
</foreground>
9+
</adaptive-icon>
694 Bytes
Loading
481 Bytes
Loading
976 Bytes
Loading

0 commit comments

Comments
 (0)