新增允许下滑所有通知变成小窗 (#104)

This commit is contained in:
YifePlayte
2022-03-23 14:10:02 +08:00
committed by GitHub
parent 509fef5e06
commit bfff5cc446
4 changed files with 32 additions and 0 deletions

View File

@@ -903,6 +903,14 @@ class SettingsActivity : MIUIActivity() {
dataBindingRecv = show_weather_main_switch_binding.binding.getRecv(2)
)
)
add(
TextSummaryWithSwitchV(
TextSummaryV(
textId = R.string.can_notification_slide,
),
SwitchV("can_notification_slide")
)
)
add(LineV())
add(TitleTextV(resId = R.string.control_center))