fix: 首页和设置页字体放大适配老年人

主页:时钟 48→56sp,日期 16→18sp,快捷区数字 28→32sp,标签 12→14sp
设置页:姓名 15→20sp,手机号 11→14sp,信息行 13→16sp

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dongliang
2026-04-27 18:55:22 +09:30
parent c86e44f264
commit 3f258aa620
3 changed files with 12 additions and 12 deletions

View File

@@ -66,7 +66,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/text_primary"
android:textSize="15sp"
android:textSize="20sp"
android:textStyle="bold" />
<!-- 手机号(脱敏) -->
@@ -75,7 +75,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/text_secondary"
android:textSize="11sp"
android:textSize="14sp"
android:layout_marginTop="2dp" />
</LinearLayout>