feat: 添加Android app自适应图标

- 深蓝渐变背景 + 白色摄像头/信封前景的vector drawable图标
- 支持Android 8.0+ 自适应图标(圆形/圆角方形等)
- Manifest添加icon和roundIcon引用

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
let5sne.win10
2026-02-14 21:40:07 +08:00
parent b2ec97215f
commit 1d6ee0a95e
5 changed files with 77 additions and 0 deletions

View File

@@ -10,6 +10,8 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="USB摄像头"
android:theme="@style/Theme.AppCompat.Light.NoActionBar">