style: 返回按钮改用 iconfont 图标,和 NavBar 风格统一
用 \ue6bd 返回图标替代文字符号,白色 28sp,64×56dp 触摸区 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -19,16 +19,16 @@
|
||||
android:paddingEnd="21dp"
|
||||
android:paddingBottom="4dp">
|
||||
|
||||
<!-- 返回按钮:64×56dp 大触摸区域,适老化 -->
|
||||
<!-- 返回按钮:iconfont 图标,64×56dp 大触摸区域 -->
|
||||
<TextView
|
||||
android:id="@+id/btnBack"
|
||||
android:layout_width="64dp"
|
||||
android:layout_height="56dp"
|
||||
android:gravity="center"
|
||||
android:text="<"
|
||||
android:textColor="@color/primary"
|
||||
android:textSize="32sp"
|
||||
android:textStyle="bold" />
|
||||
android:text="\ue6bd"
|
||||
android:fontFamily="@font/iconfont"
|
||||
android:textColor="@color/text_primary"
|
||||
android:textSize="28sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvTitle"
|
||||
|
||||
Reference in New Issue
Block a user