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:
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user