mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-14 04:11:17 +08:00
新增 解除通知图标个数上限
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user