style: TTS按钮放大到56dp + 背景更透明

按钮 48dp → 56dp,背景透明度 50% → 30%,更不遮挡内容。
加 marginBottom=60dp 避免和底部操作按钮重叠。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dongliang
2026-05-08 16:21:51 +09:30
parent 1f6f0528f8
commit b40fae558c
2 changed files with 6 additions and 5 deletions

View File

@@ -2,5 +2,5 @@
<!-- TTS 悬浮按钮背景:半透明圆形 -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="#80FFFFFF" />
<solid android:color="#4DFFFFFF" />
</shape>