fix: 一次性优化(时钟去秒+备注修复+按钮放大+切换取消)
1. 首页时钟 HH:mm:ss → HH:mm 2. TTS 备注优先读 taskRequire(和页面显示一致) 3. TTS 按钮 48dp → 56dp,背景透明度 50% → 30% 4. 切换任务时取消进行中的 TTS 合成请求 安装后请重启手表。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -365,14 +365,14 @@
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
<!-- TTS 语音播报悬浮按钮:右侧垂直居中,48dp 触摸区 -->
|
||||
<!-- TTS 语音播报悬浮按钮:右侧垂直居中,56dp 触摸区 -->
|
||||
<ImageView
|
||||
android:id="@+id/btnTts"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_width="56dp"
|
||||
android:layout_height="56dp"
|
||||
android:layout_gravity="center_vertical|end"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:padding="8dp"
|
||||
android:padding="10dp"
|
||||
android:src="@drawable/ic_speaker"
|
||||
android:background="@drawable/bg_tts_button"
|
||||
android:contentDescription="语音播报" />
|
||||
|
||||
Reference in New Issue
Block a user