游戏icon增加角标

This commit is contained in:
zhl 2020-11-30 16:48:24 +08:00
parent 970b4e8ad8
commit a5eed53e33
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<application
android:allowBackup="false"
tools:replace="android:allowBackup"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/icon"
android:name=".JCApplication"
android:label="@string/app_name"
android:usesCleartextTraffic="true"
@ -39,7 +39,7 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</intent-filter>4
</activity>
<activity android:name=".MainActivity"
android:launchMode="singleTask"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB