Skip to content

Commit 40e35b4

Browse files
committed
Update icon
Signed-off-by: Fung Gwo <fython@163.com>
1 parent b3d3c5f commit 40e35b4

9 files changed

Lines changed: 5 additions & 10 deletions

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
android:name=".ProxyApplication"
1818
android:allowBackup="true"
1919
android:icon="@mipmap/ic_launcher"
20+
android:roundIcon="@mipmap/ic_launcher"
2021
android:label="@string/app_name"
21-
android:roundIcon="@mipmap/ic_launcher_round"
2222
android:supportsRtl="true"
2323
android:fullBackupContent="false"
2424
android:theme="@style/Base.Theme.App"

app/src/main/res/drawable/ic_launcher_background.xml renamed to app/src/main/res/drawable/ic_default_app_icon_background.xml

File renamed without changes.

app/src/main/res/drawable/ic_launcher_foreground.xml renamed to app/src/main/res/drawable/ic_default_app_icon_foreground.xml

File renamed without changes.
50.7 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="@drawable/ic_default_app_icon_background" />
4+
<foreground android:drawable="@drawable/ic_default_app_icon_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="@drawable/ic_launcher_adaptive_icon_background_lite" />
4+
<foreground android:drawable="@android:color/transparent" />
55
</adaptive-icon>

app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.
3.17 KB
Loading
-15.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)