新增自定义媒体音量阶数

This commit is contained in:
LittleTurtle2333
2022-04-12 17:24:23 +08:00
parent 93f6eaf74d
commit 0d34d3a4bb
5 changed files with 40 additions and 30 deletions

View File

@@ -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)