Files
pangolin/client/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
T
wangjia f3f91cc0ff feat(android): 启动图标改用官方穿山甲(自适应图标)
前景 path 取自官方 client/assets/logo-mark-white.svg(原样,非重绘),仅加 Android 安全区居中;

背景为 app-icon.svg 的橙色渐变(#C8794A→#9E5630);删除占位三角 drawable/ic_launcher.xml。

Vivo X200/华为 DCO-AL00 真机验证图标显示正常。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 23:42:18 +08:00

7 lines
388 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- 自适应图标(API 26+):橙色渐变背景 + 穿山甲前景,启动器按设备形状统一遮罩。 -->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>