Skip to content

Commit 5a2db3f

Browse files
committed
sixing launch icon. android studio is buggy
1 parent e235e51 commit 5a2db3f

21 files changed

+13
-9
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
<application
5454
android:name=".TindroidApp"
55-
android:icon="@mipmap/ic_launcher"
55+
android:icon="@mipmap/ic_launcher2"
5656
android:label="@string/app_name"
5757
android:theme="@style/AppTheme"
5858
android:networkSecurityConfig="@xml/network_security_config"
@@ -118,7 +118,7 @@
118118
android:theme="@style/AppTheme"
119119
android:windowSoftInputMode="adjustResize"
120120
android:exported="true">
121-
<intent-filter android:icon="@mipmap/ic_launcher" tools:ignore="AppLinkUrlError">
121+
<intent-filter android:icon="@mipmap/ic_launcher2" tools:ignore="AppLinkUrlError">
122122
<action android:name="android.intent.action.VIEW" />
123123
<category android:name="android.intent.category.DEFAULT" />
124124
<data
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="@color/ic_launcher_background"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
3+
<background android:drawable="@color/ic_launcher2_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher2_foreground"/>
55
</adaptive-icon>
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="@color/ic_launcher_background"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
3+
<background android:drawable="@color/ic_launcher2_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher2_foreground"/>
55
</adaptive-icon>
4.49 KB
Loading
2.81 KB
Loading

0 commit comments

Comments
 (0)