mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 11:51:22 +08:00
新增自定义媒体音量阶数
This commit is contained in:
@@ -974,6 +974,17 @@ class SettingsActivity : MIUIActivity() {
|
||||
}.show()
|
||||
})
|
||||
)
|
||||
Line()
|
||||
TitleText(resId = R.string.sound)
|
||||
Text(
|
||||
resId = R.string.media_volume_steps,
|
||||
)
|
||||
SeekBarWithText(
|
||||
"media_volume_steps",
|
||||
15,
|
||||
29,
|
||||
15
|
||||
)
|
||||
}
|
||||
register("scope_other", getString(R.string.scope_other), false) {
|
||||
TitleText(resId = R.string.scope_miuihome)
|
||||
|
||||
Reference in New Issue
Block a user