feat: 美化Android app UI,Material风格重设计
- 新增深蓝工业风配色方案和圆角卡片/按钮样式 - 顶部标题栏带运行状态指示灯 - 按钮增加disabled灰色状态,启动/停止/拍照三色区分 - 状态卡片支持ScrollView滚动,内容不再截断 - monospace字体显示连接命令,提升可读性 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
6
android-app/app/src/main/res/drawable/bg_header.xml
Normal file
6
android-app/app/src/main/res/drawable/bg_header.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/primary" />
|
||||
<corners android:radius="12dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user