mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 03:41:19 +08:00
更新Strings.xml
This commit is contained in:
@@ -254,9 +254,9 @@ class SettingsActivity : MIUIActivity() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
val customClockMode: HashMap<Int, String> = hashMapOf<Int, String>().also {
|
val customClockMode: HashMap<Int, String> = hashMapOf<Int, String>().also {
|
||||||
it[0] = "Off"
|
it[0] = getString(R.string.off)
|
||||||
it[1] = "Preset"
|
it[1] = getString(R.string.preset)
|
||||||
it[2] = "Geek"
|
it[2] = getString(R.string.geek)
|
||||||
}
|
}
|
||||||
TextWithSpinner(
|
TextWithSpinner(
|
||||||
TextV(textId = R.string.custom_clock_mode),
|
TextV(textId = R.string.custom_clock_mode),
|
||||||
|
|||||||
@@ -228,4 +228,6 @@
|
|||||||
<string name="off">Off</string>
|
<string name="off">Off</string>
|
||||||
<string name="center">Center</string>
|
<string name="center">Center</string>
|
||||||
<string name="left_or_right">Left or Right</string>
|
<string name="left_or_right">Left or Right</string>
|
||||||
|
<string name="preset">Preset</string>
|
||||||
|
<string name="geek">Geek</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user