android 更新 icon

This commit is contained in:
mx1700 2019-07-22 23:47:28 +08:00
parent 11852a443e
commit b24dc4bf8d
10 changed files with 1 additions and 1 deletions

View file

@ -9,6 +9,7 @@
<uses-permission android:name="android.permission.BLUETOOTH" /> <!-- for Device Name --> <uses-permission android:name="android.permission.BLUETOOTH" /> <!-- for Device Name -->
<uses-permission android:name="android.permission.READ_PHONE_STATE" /> <!-- for Phone Number --> <uses-permission android:name="android.permission.READ_PHONE_STATE" /> <!-- for Phone Number -->
<!--android:roundIcon="@mipmap/ic_launcher_round"-->
<application <application
android:name=".MainApplication" android:name=".MainApplication"
@ -16,7 +17,6 @@
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:launchMode="singleTask" android:launchMode="singleTask"
android:roundIcon="@mipmap/ic_launcher_round"
android:networkSecurityConfig="@xml/network_security_config" android:networkSecurityConfig="@xml/network_security_config"
android:theme="@style/AppTheme"> android:theme="@style/AppTheme">
<activity <activity

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9 KiB

After

Width:  |  Height:  |  Size: 7 KiB