Files
post-ocr/android-app/app/src/main/res/drawable/bg_header.xml
let5sne.win10 b2ec97215f feat: 美化Android app UI,Material风格重设计
- 新增深蓝工业风配色方案和圆角卡片/按钮样式
- 顶部标题栏带运行状态指示灯
- 按钮增加disabled灰色状态,启动/停止/拍照三色区分
- 状态卡片支持ScrollView滚动,内容不再截断
- monospace字体显示连接命令,提升可读性

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 21:36:41 +08:00

7 lines
228 B
XML

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