Files
xqwatch/app/src/main/res/drawable/bg_tts_button.xml
dongliang b40fae558c style: TTS按钮放大到56dp + 背景更透明
按钮 48dp → 56dp,背景透明度 50% → 30%,更不遮挡内容。
加 marginBottom=60dp 避免和底部操作按钮重叠。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-08 16:21:51 +09:30

7 lines
230 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- TTS 悬浮按钮背景:半透明圆形 -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="#4DFFFFFF" />
</shape>