diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 21148e86..0b688d29 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -31,6 +31,9 @@ 隐藏 WIFI热点 图标 隐藏 耳机 图标 隐藏 蓝牙电量 图标 + 隐藏 大HD 图标 + 隐藏 小HD 图标 + 隐藏 HD无服务 图标 关于 版本 @@ -41,10 +44,11 @@ 反馈/提议 点击查看GitHub Issues 基于 MIUI13(Android 12) 适配的自定义工具 - 隐藏 HD 图标 状态栏(重启系统界面生效) 时钟显秒 网速秒刷新 解除通知图标个数上限 + 总开关 + 隐藏 GPS 图标 \ No newline at end of file diff --git a/app/src/main/res/xml/root_preferences.xml b/app/src/main/res/xml/root_preferences.xml index 8fb46f20..26e1b558 100644 --- a/app/src/main/res/xml/root_preferences.xml +++ b/app/src/main/res/xml/root_preferences.xml @@ -1,5 +1,11 @@ + + @@ -30,7 +36,10 @@ - + - - - + app:key="hide_small_hd_icon" + app:title="@string/hide_small_hd_icon" /> - + app:key="hide_big_hd_icon" + app:title="@string/hide_big_hd_icon" /> - - - - - - - - + app:key="hide_hd_no_service_icon" + app:title="@string/hide_hd_no_service_icon" /> - + + + + + + +