新增隐藏电池图标

This commit is contained in:
LittleTurtle2333
2022-02-20 21:30:52 +08:00
parent 6af667bb86
commit 56f7284dc4
3 changed files with 15 additions and 1 deletions

View File

@@ -114,6 +114,12 @@ class SettingsActivity : MIUIActivity() {
)
add(LineV())
add(TitleTextV(resId = R.string.status_bar_icon))
add(
TextWithSwitchV(
TextV(resId = R.string.hide_battery_icon),
SwitchV("hide_battery_icon")
)
)
add(TextWithSwitchV(TextV(resId = R.string.hide_gps_icon), SwitchV("hide_gps_icon")))
add(
TextWithSwitchV(