mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 11:51:22 +08:00
新增自定义通知图标上限
This commit is contained in:
@@ -919,12 +919,16 @@ class SettingsActivity : MIUIActivity() {
|
||||
)
|
||||
)
|
||||
add(
|
||||
TextSummaryWithSwitchV(
|
||||
TextSummaryV(
|
||||
textId = R.string.remove_the_maximum_number_of_notification_icons,
|
||||
tipsId = R.string.remove_the_maximum_number_of_notification_icons_summary
|
||||
),
|
||||
SwitchV("remove_the_maximum_number_of_notification_icons")
|
||||
TextV(
|
||||
resId = R.string.maximum_number_of_notification_icons
|
||||
)
|
||||
)
|
||||
add(
|
||||
SeekBarWithTextV(
|
||||
"maximum_number_of_notification_icons",
|
||||
1,
|
||||
30,
|
||||
3
|
||||
)
|
||||
)
|
||||
add(
|
||||
|
||||
Reference in New Issue
Block a user