Files
PiliPlus/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml
VillagerTom 0ed3f6c192 为Android debug使用不同的包名
为debug构建替换应用图标

替换android:label
2024-06-03 00:57:37 +08:00

5 lines
267 B
XML

<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>