mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 11:21:18 +08:00
重构隐藏图标功能
This commit is contained in:
@@ -830,8 +830,14 @@ class SettingsActivity : MIUIActivity() {
|
||||
)
|
||||
add(
|
||||
TextWithSwitchV(
|
||||
TextV(resId = R.string.hide_volume_zen_icon),
|
||||
SwitchV("hide_volume_zen_icon")
|
||||
TextV(resId = R.string.hide_volume_icon),
|
||||
SwitchV("hide_volume_icon")
|
||||
)
|
||||
)
|
||||
add(
|
||||
TextWithSwitchV(
|
||||
TextV(resId = R.string.hide_zen_icon),
|
||||
SwitchV("hide_zen_icon")
|
||||
)
|
||||
)
|
||||
add(
|
||||
|
||||
Reference in New Issue
Block a user