style: TTS按钮放大到64dp,图标更醒目
56dp → 64dp,padding 不变,图标从 36dp 增大到 44dp。 安装后请重启手表。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -365,11 +365,11 @@
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
<!-- TTS 语音播报悬浮按钮:右侧垂直居中,56dp 触摸区 -->
|
||||
<!-- TTS 语音播报悬浮按钮:右侧垂直居中,64dp 触摸区 -->
|
||||
<ImageView
|
||||
android:id="@+id/btnTts"
|
||||
android:layout_width="56dp"
|
||||
android:layout_height="56dp"
|
||||
android:layout_width="64dp"
|
||||
android:layout_height="64dp"
|
||||
android:layout_gravity="center_vertical|end"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:padding="10dp"
|
||||
|
||||
Reference in New Issue
Block a user