mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 11:51:22 +08:00
双排时钟支持居中对齐
This commit is contained in:
@@ -665,6 +665,13 @@ class SettingsActivity : MIUIActivity() {
|
||||
dataBindingRecv = customClockBinding.binding.getRecv(2)
|
||||
)
|
||||
)
|
||||
add(
|
||||
TextWithSwitchV(
|
||||
TextV(resId = R.string.status_bar_time_double_line_center_align),
|
||||
SwitchV("status_bar_time_double_line_center_align"),
|
||||
dataBindingRecv = customClockBinding.binding.getRecv(2)
|
||||
)
|
||||
)
|
||||
add(
|
||||
TextV(
|
||||
resId = R.string.status_bar_clock_size,
|
||||
|
||||
Reference in New Issue
Block a user