mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 03:41:19 +08:00
新增允许下滑所有通知变成小窗 (#104)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user