新增隐藏电量百分号

This commit is contained in:
LittleTurtle2333
2022-02-20 19:40:06 +08:00
parent 53a2ffd8de
commit 6af667bb86
4 changed files with 38 additions and 2 deletions

View File

@@ -94,6 +94,12 @@ class SettingsActivity : MIUIActivity() {
SwitchV("status_bar_network_speed_refresh_speed")
)
)
add(
TextWithSwitchV(
TextV(resId = R.string.hide_battery_percentage_icon),
SwitchV("hide_battery_percentage_icon")
)
)
add(
TextWithSwitchV(
TextV(resId = R.string.hide_status_bar_network_speed_second),