fix: 任务页面底部按钮字体放大 28/21→34sp

TaskListFragment 按钮 28→34sp,TaskDetailFragment 按钮 21→34sp。
统一加大加粗,老年用户更易识别。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dongliang
2026-05-06 16:20:56 +09:30
parent f1fe041486
commit 1657ecd917
2 changed files with 6 additions and 5 deletions

View File

@@ -108,9 +108,10 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:gravity="center"
android:padding="19dp"
android:paddingTop="15dp"
android:paddingBottom="15dp"
android:textColor="@color/text_primary"
android:textSize="21sp"
android:textSize="34sp"
android:textStyle="bold"
android:letterSpacing="0.05" />