mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 19:31:17 +08:00
适配更多状态栏图标隐藏
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
<resources>
|
||||
<dimen name="fab_margin">48dp</dimen>
|
||||
</resources>
|
||||
@@ -1,3 +0,0 @@
|
||||
<resources>
|
||||
<dimen name="fab_margin">200dp</dimen>
|
||||
</resources>
|
||||
@@ -1,3 +0,0 @@
|
||||
<resources>
|
||||
<dimen name="fab_margin">48dp</dimen>
|
||||
</resources>
|
||||
@@ -1,3 +0,0 @@
|
||||
<resources>
|
||||
<dimen name="fab_margin">16dp</dimen>
|
||||
</resources>
|
||||
@@ -10,13 +10,33 @@
|
||||
<string name="other">其他</string>
|
||||
<string name="disable_flag_secure">允许截图</string>
|
||||
<string name="disable_flag_secure_summary">开启后允许在不允许截图的软件中截图</string>
|
||||
<string name="core_patch">核心破解</string>
|
||||
<string name="core_patch_summary">降级安装、不同签名安装、无视签名</string>
|
||||
<string name="hide_no_sim_icon">隐藏无SIM卡图标</string>
|
||||
<string name="status_bar_icon">状态栏图标</string>
|
||||
<string name="home">桌面</string>
|
||||
<string name="home_time">始终显示桌面时钟</string>
|
||||
<string name="hide_sim_one_icon">隐藏SIM卡一图标</string>
|
||||
<string name="hide_sim_two_icon">隐藏SIM卡二图标</string>
|
||||
<string name="reboot_ui">重启UI</string>
|
||||
|
||||
<!--状态栏图标-->
|
||||
<string name="status_bar_icon">状态栏图标</string>
|
||||
<string name="hide_no_sim_icon">隐藏 无SIM卡 图标</string>
|
||||
<string name="hide_sim_one_icon">隐藏 SIM卡一 图标</string>
|
||||
<string name="hide_sim_two_icon">隐藏 SIM卡二 图标</string>
|
||||
<string name="hide_vpn_icon">隐藏 VPN 图标</string>
|
||||
<string name="hide_airplane_icon">隐藏 飞行模式 图标</string>
|
||||
<string name="hide_wifi_icon">隐藏 WIFI 图标</string>
|
||||
<string name="hide_bluetooth_icon">隐藏 蓝牙 图标</string>
|
||||
<string name="hide_volume_zen_icon">隐藏 声音、勿扰 图标</string>
|
||||
<string name="hide_alarm_icon">隐藏 闹钟 图标</string>
|
||||
<string name="hide_hotspot_icon">隐藏 WIFI热点 图标</string>
|
||||
<string name="hide_headset_icon">隐藏 耳机 图标</string>
|
||||
<string name="hide_bluetooth_battery_icon">隐藏 蓝牙电量 图标</string>
|
||||
|
||||
|
||||
<string name="about">关于</string>
|
||||
<string name="verison">版本</string>
|
||||
<string name="dev_coolapk">开发者酷安</string>
|
||||
<string name="dev_coolapk_name">\@乌堆小透明</string>
|
||||
<string name="opensource">开源仓库</string>
|
||||
<string name="github_url">点击查看开源仓库(GitHub)</string>
|
||||
|
||||
|
||||
|
||||
</resources>
|
||||
@@ -1,9 +1,10 @@
|
||||
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<PreferenceCategory
|
||||
app:iconSpaceReserved="false"
|
||||
app:title="@string/ui">
|
||||
<SwitchPreferenceCompat
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="delete_on_post_notification"
|
||||
app:title="@string/delete_on_post_notification" />
|
||||
@@ -14,16 +15,58 @@
|
||||
app:iconSpaceReserved="false"
|
||||
app:title="@string/status_bar_icon">
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="hide_bluetooth_icon"
|
||||
app:title="@string/hide_bluetooth_icon" />
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="hide_bluetooth_battery_icon"
|
||||
app:title="@string/hide_bluetooth_battery_icon" />
|
||||
|
||||
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="hide_wifi_icon"
|
||||
app:title="@string/hide_wifi_icon" />
|
||||
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="hide_hotspot_icon"
|
||||
app:title="@string/hide_hotspot_icon" />
|
||||
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="hide_airplane_icon"
|
||||
app:title="@string/hide_airplane_icon" />
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="hide_volume_zen_icon"
|
||||
app:title="@string/hide_volume_zen_icon" />
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="hide_alarm_icon"
|
||||
app:title="@string/hide_alarm_icon" />
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="hide_headset_icon"
|
||||
app:title="@string/hide_headset_icon" />
|
||||
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="hide_vpn_icon"
|
||||
app:title="@string/hide_vpn_icon" />
|
||||
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="hide_sim_one_icon"
|
||||
app:title="@string/hide_sim_one_icon"/>
|
||||
<SwitchPreferenceCompat
|
||||
app:title="@string/hide_sim_one_icon" />
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="hide_sim_two_icon"
|
||||
app:title="@string/hide_sim_two_icon"/>
|
||||
app:title="@string/hide_sim_two_icon" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="hide_no_sim_icon"
|
||||
app:title="@string/hide_no_sim_icon" />
|
||||
@@ -33,7 +76,7 @@
|
||||
app:iconSpaceReserved="false"
|
||||
app:title="@string/home">
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="home_time"
|
||||
app:title="@string/home_time" />
|
||||
@@ -42,7 +85,7 @@
|
||||
<PreferenceCategory
|
||||
app:iconSpaceReserved="false"
|
||||
app:title="@string/performance">
|
||||
<SwitchPreferenceCompat
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="lock_max_fps"
|
||||
app:title="@string/lock_max_fps" />
|
||||
@@ -51,14 +94,36 @@
|
||||
<PreferenceCategory
|
||||
app:iconSpaceReserved="false"
|
||||
app:title="@string/other">
|
||||
<SwitchPreferenceCompat
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="disable_flag_secure"
|
||||
app:title="@string/disable_flag_secure" />
|
||||
<SwitchPreferenceCompat
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
app:iconSpaceReserved="false"
|
||||
app:title="@string/about">
|
||||
|
||||
<PreferenceScreen
|
||||
app:key="opensource"
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="core_patch"
|
||||
app:title="@string/core_patch" />
|
||||
app:summary="@string/github_url"
|
||||
app:title="@string/opensource">
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceScreen
|
||||
app:key="dev_coolapk"
|
||||
app:iconSpaceReserved="false"
|
||||
app:summary="@string/dev_coolapk_name"
|
||||
app:title="@string/dev_coolapk">
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceScreen
|
||||
app:key="verison"
|
||||
app:iconSpaceReserved="false"
|
||||
app:title="@string/verison">
|
||||
</PreferenceScreen>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user