This commit is contained in:
2022-02-09 02:31:21 +08:00
parent 8bab355a4b
commit 089f4c057a
4 changed files with 4 additions and 4 deletions

View File

@@ -4,9 +4,9 @@
<application <application
android:allowBackup="true" android:allowBackup="true"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_icon"
android:label="@string/app_name" android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_icon"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.Default"> android:theme="@style/Theme.Default">

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -4,9 +4,9 @@
<application <application
android:allowBackup="true" android:allowBackup="true"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_icon"
android:label="@string/app_name" android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_icon"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.Default"> android:theme="@style/Theme.Default">

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB