mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 11:51:22 +08:00
新增自定义状态栏通知最大点数
This commit is contained in:
@@ -931,6 +931,19 @@ class SettingsActivity : MIUIActivity() {
|
||||
3
|
||||
)
|
||||
)
|
||||
add(
|
||||
TextV(
|
||||
resId = R.string.maximum_number_of_notification_dots
|
||||
)
|
||||
)
|
||||
add(
|
||||
SeekBarWithTextV(
|
||||
"maximum_number_of_notification_dots",
|
||||
0,
|
||||
4,
|
||||
3
|
||||
)
|
||||
)
|
||||
add(
|
||||
TextSummaryArrowV(
|
||||
TextSummaryV(
|
||||
|
||||
Reference in New Issue
Block a user