浏览代码

[new]替换应用app图标

zk 3 月之前
父节点
当前提交
ee91e800ef

+ 1 - 0
android/app/src/main/AndroidManifest.xml

@@ -16,6 +16,7 @@
     <application
         android:allowBackup="false"
         android:icon="@mipmap/ic_launcher"
+        android:roundIcon="@mipmap/ic_launcher_round"
         android:label="@string/app_name">
 
 

二进制
android/app/src/main/res/mipmap-hdpi/ic_launcher.png


二进制
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png


二进制
android/app/src/main/res/mipmap-mdpi/ic_launcher.png


二进制
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png


二进制
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png


二进制
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png


二进制
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png


二进制
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png


二进制
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png


二进制
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png