fix: 巡检场景清单字体放大 22→28sp
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -388,8 +388,8 @@ class TaskListFragment : BaseFragment<FragmentTaskListBinding>() {
|
|||||||
text = " \u25CB ${scene.name}" // ○ 空心圆
|
text = " \u25CB ${scene.name}" // ○ 空心圆
|
||||||
setTextColor(requireContext().getColor(R.color.text_secondary))
|
setTextColor(requireContext().getColor(R.color.text_secondary))
|
||||||
}
|
}
|
||||||
textSize = 22f
|
textSize = 28f
|
||||||
setPadding(0, 11, 0, 11)
|
setPadding(0, 13, 0, 13)
|
||||||
}
|
}
|
||||||
binding.sceneList.addView(tv)
|
binding.sceneList.addView(tv)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user