mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 19:31:17 +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 {
|
||||
it[0] = "Off"
|
||||
it[1] = "Preset"
|
||||
it[2] = "Geek"
|
||||
it[0] = getString(R.string.off)
|
||||
it[1] = getString(R.string.preset)
|
||||
it[2] = getString(R.string.geek)
|
||||
}
|
||||
TextWithSpinner(
|
||||
TextV(textId = R.string.custom_clock_mode),
|
||||
|
||||
@@ -228,4 +228,6 @@
|
||||
<string name="off">Off</string>
|
||||
<string name="center">Center</string>
|
||||
<string name="left_or_right">Left or Right</string>
|
||||
<string name="preset">Preset</string>
|
||||
<string name="geek">Geek</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user