重构隐藏图标功能

This commit is contained in:
乌堆小透明
2022-03-15 00:58:36 +08:00
parent fabbd19929
commit da80efc8ba
16 changed files with 97 additions and 222 deletions

View File

@@ -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(