fix: 图标
This commit is contained in:
parent
b4ee3ab1d7
commit
2312c80d6a
|
|
@ -140,7 +140,7 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".MainActivityV2"
|
android:name=".MainActivityV2"
|
||||||
android:configChanges="screenSize|screenLayout|orientation|smallestScreenSize|keyboard|navigation|keyboardHidden"
|
android:configChanges="screenSize|screenLayout|orientation|smallestScreenSize|keyboard|navigation|keyboardHidden"
|
||||||
android:enabled="false"
|
android:enabled="true"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:icon="@mipmap/ic_launcher_new"
|
android:icon="@mipmap/ic_launcher_new"
|
||||||
android:roundIcon="@mipmap/ic_launcher_new_round"
|
android:roundIcon="@mipmap/ic_launcher_new_round"
|
||||||
|
|
@ -168,6 +168,7 @@
|
||||||
|
|
||||||
<activity-alias
|
<activity-alias
|
||||||
android:name=".MainActivityIconInvert"
|
android:name=".MainActivityIconInvert"
|
||||||
|
android:enabled="false"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:icon="@mipmap/ic_launcher_new_invert"
|
android:icon="@mipmap/ic_launcher_new_invert"
|
||||||
android:roundIcon="@mipmap/ic_launcher_new_invert_round"
|
android:roundIcon="@mipmap/ic_launcher_new_invert_round"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue