锁屏时钟显示秒数 (#132)

* 锁屏时钟显示秒数

* 锁屏时钟显示秒数

* 锁屏时钟显示秒数
This commit is contained in:
LinW_
2022-04-05 19:23:54 +08:00
committed by GitHub
parent b2e465ba3d
commit e32718eedf
4 changed files with 123 additions and 0 deletions

View File

@@ -1315,6 +1315,15 @@ class SettingsActivity : MIUIActivity() {
add(LineV())
add(TitleTextV(resId = R.string.lock_screen))
add(
TextSummaryWithSwitchV(
TextSummaryV(
textId = R.string.lock_screen_clock_display_seconds,
tipsId = R.string.only_official_default_themes_are_supported
),
SwitchV("lock_screen_clock_display_seconds")
)
)
add(
TextSummaryWithSwitchV(
TextSummaryV(