fix: 返回按钮高度改回 match_parent,不再撑高标题栏

点击区域已由 TouchDelegate 扩展,不需要按钮本身 56dp 高

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dongliang
2026-05-07 16:34:56 +09:30
parent d5d1eeef89
commit 2a06cf684c

View File

@@ -19,11 +19,11 @@
android:paddingEnd="21dp"
android:paddingBottom="4dp">
<!-- 返回按钮iconfont 图标,64×56dp 大触摸区域 -->
<!-- 返回按钮iconfont 图标,点击区域由 TouchDelegate 扩展 -->
<TextView
android:id="@+id/btnBack"
android:layout_width="64dp"
android:layout_height="56dp"
android:layout_height="match_parent"
android:gravity="center"
android:text="\ue6bd"
android:fontFamily="@font/iconfont"