fix: 巡检场景清单字体放大 22→28sp

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dongliang
2026-05-06 18:09:36 +09:30
parent a0c0e74dda
commit 9cde177bca

View File

@@ -388,8 +388,8 @@ class TaskListFragment : BaseFragment<FragmentTaskListBinding>() {
text = " \u25CB ${scene.name}" // ○ 空心圆
setTextColor(requireContext().getColor(R.color.text_secondary))
}
textSize = 22f
setPadding(0, 11, 0, 11)
textSize = 28f
setPadding(0, 13, 0, 13)
}
binding.sceneList.addView(tv)
}