fix: 导航栏恢复原始字号,返回键宽48dp高match_parent
导航栏标题/页码恢复 20sp(之前被批量放大到 24sp)。 返回键宽度 56→48dp,高度 match_parent 撑满导航栏, 点击区域最大化但不增加导航栏总高度。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -30,12 +30,12 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/btnBack"
|
||||
android:layout_width="56dp"
|
||||
android:layout_height="56dp"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:text="‹"
|
||||
android:textColor="@color/primary"
|
||||
android:textSize="36sp" />
|
||||
android:textSize="27sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
|
||||
Reference in New Issue
Block a user