mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 11:51:22 +08:00
新增隐藏电量百分号
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user