fix: 返回按钮高度改回 match_parent,不再撑高标题栏
点击区域已由 TouchDelegate 扩展,不需要按钮本身 56dp 高 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user