feat: 美化Android app UI,Material风格重设计

- 新增深蓝工业风配色方案和圆角卡片/按钮样式
- 顶部标题栏带运行状态指示灯
- 按钮增加disabled灰色状态,启动/停止/拍照三色区分
- 状态卡片支持ScrollView滚动,内容不再截断
- monospace字体显示连接命令,提升可读性

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
let5sne.win10
2026-02-14 21:36:41 +08:00
parent d2bc33d8c4
commit b2ec97215f
9 changed files with 269 additions and 60 deletions

View 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>