mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 19:31:17 +08:00
新增 网速秒刷新功能
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
<string name="xposeddescription">基于 MIUI13(Android 12) 适配的自定义工具</string>
|
||||
<string name="hide_hd_icon">隐藏 HD 图标</string>
|
||||
<string name="statusbar">状态栏(重启系统界面生效)</string>
|
||||
<string name="statusbar_time_seconds">时钟显秒</string>
|
||||
<string name="status_bar_time_seconds">时钟显秒</string>
|
||||
<string name="status_bar_network_speed_refresh_speed">网速秒刷新</string>
|
||||
|
||||
</resources>
|
||||
@@ -15,8 +15,12 @@
|
||||
app:title="@string/statusbar">
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="statusbar_time_seconds"
|
||||
app:title="@string/statusbar_time_seconds" />
|
||||
app:key="status_bar_time_seconds"
|
||||
app:title="@string/status_bar_time_seconds" />
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="status_bar_network_speed_refresh_speed"
|
||||
app:title="@string/status_bar_network_speed_refresh_speed" />
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user