From 03d2d1aba5ca987a544555f85b977534f00eee50 Mon Sep 17 00:00:00 2001
From: LittleTurtle2333 <841474544@qq.com>
Date: Fri, 18 Feb 2022 17:10:38 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=8E=92=E5=BA=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/src/main/res/values/strings.xml | 6 +-
app/src/main/res/xml/root_preferences.xml | 79 +++++++++++++----------
2 files changed, 49 insertions(+), 36 deletions(-)
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" />
-
+
+
+
+
+
+
+