新增 解除通知图标个数上限

This commit is contained in:
LittleTurtle2333
2022-02-18 00:08:14 +08:00
parent a6166fa70a
commit 1d917f607d
4 changed files with 48 additions and 20 deletions

View File

@@ -45,5 +45,6 @@
<string name="statusbar">状态栏(重启系统界面生效)</string>
<string name="status_bar_time_seconds">时钟显秒</string>
<string name="status_bar_network_speed_refresh_speed">网速秒刷新</string>
<string name="remove_the_maximum_number_of_notification_icons">解除通知图标个数上限</string>
</resources>

View File

@@ -1,5 +1,4 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
app:iconSpaceReserved="false"
@@ -21,6 +20,10 @@
app:iconSpaceReserved="false"
app:key="status_bar_network_speed_refresh_speed"
app:title="@string/status_bar_network_speed_refresh_speed" />
<SwitchPreference
app:iconSpaceReserved="false"
app:key="remove_the_maximum_number_of_notification_icons"
app:title="@string/remove_the_maximum_number_of_notification_icons" />
</PreferenceCategory>