允许下滑大多数通知变成小窗 (#145)

* 允许下滑大多数通知变成小窗

* typo

* Update strings.xml
This commit is contained in:
YifePlayte
2022-04-17 03:01:20 +08:00
committed by GitHub
parent 1af01b391b
commit 57895c7f2c
4 changed files with 32 additions and 1 deletions

View File

@@ -745,6 +745,13 @@ class SettingsActivity : MIUIActivity() {
SwitchV("notification_weather_city"),
dataBindingRecv = showWeatherMainSwitchBinding.binding.getRecv(2)
)
TextSummaryWithSwitch(
TextSummaryV(
textId = R.string.can_notification_slide,
tipsId = R.string.can_notification_slide_summary,
),
SwitchV("can_notification_slide"),
)
Line()
TitleText(resId = R.string.control_center)
val controlCenterWeatherBinding = GetDataBinding(object : DefValue {