mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-14 20:31:19 +08:00
菜单新增重启系统(2)
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/reboot_ui" android:title="@string/reboot_ui"/>
|
||||
<item
|
||||
android:id="@+id/reboot"
|
||||
android:title="@string/reboot" />
|
||||
<item
|
||||
android:id="@+id/reboot_ui"
|
||||
android:title="@string/reboot_ui" />
|
||||
</menu>
|
||||
@@ -39,5 +39,7 @@
|
||||
<string name="issues">反馈/提议</string>
|
||||
<string name="issues_url">点击查看GitHub Issues</string>
|
||||
<string name="xposeddescription">基于 MIUI13(Android 12) 适配的自定义工具</string>
|
||||
<string name="reboot">重启</string>
|
||||
<string name="hide_hd_icon">隐藏 HD 图标</string>
|
||||
|
||||
</resources>
|
||||
@@ -57,6 +57,11 @@
|
||||
app:key="hide_vpn_icon"
|
||||
app:title="@string/hide_vpn_icon" />
|
||||
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="hide_hd_icon"
|
||||
app:title="@string/hide_hd_icon" />
|
||||
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="hide_sim_one_icon"
|
||||
@@ -112,6 +117,13 @@
|
||||
app:title="@string/opensource">
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceScreen
|
||||
app:key="issues"
|
||||
app:iconSpaceReserved="false"
|
||||
app:summary="@string/issues_url"
|
||||
app:title="@string/issues">
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceScreen
|
||||
app:key="dev_coolapk"
|
||||
app:iconSpaceReserved="false"
|
||||
|
||||
Reference in New Issue
Block a user