diff options
| author | Jules Aguillon | 2021-12-30 21:37:34 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2021-12-30 21:37:34 +0100 |
| commit | b05f6e84475d2c6fcc2d400efbc5882b9fcc38e2 (patch) | |
| tree | f2ba442f1e5a327bca262bde313655a79fde6ffa /res/values/arrays.xml | |
| parent | f69a0605a81de992a89f9d32752f5f21a0618a16 (diff) | |
| download | unexpected-keyboard-b05f6e84475d2c6fcc2d400efbc5882b9fcc38e2.tar.gz unexpected-keyboard-b05f6e84475d2c6fcc2d400efbc5882b9fcc38e2.zip | |
Simplify string definitions
Inline constants in settings.xml, strings.xml is only for strings that
can be translated.
Diffstat (limited to 'res/values/arrays.xml')
| -rw-r--r-- | res/values/arrays.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index ae5fbd6..d8c83f1 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -5,7 +5,11 @@ <item>azerty</item> <item>qwerty</item> </string-array> - <string name="pref_accents_default">1</string> + <string-array name="pref_layout_entries"> + <item>@string/pref_layout_e_system</item> + <item>AZERTY</item> + <item>QWERTY</item> + </string-array> <string-array name="pref_accents_entries"> <item>@string/pref_accents_e_all_installed</item> <item>@string/pref_accents_e_selected</item> @@ -23,7 +27,6 @@ <item>@string/pref_theme_e_light</item> <item>@string/pref_theme_e_black</item> </string-array> - <string name="pref_theme_default">dark</string> <string-array name="pref_theme_values"> <item>dark</item> <item>light</item> |
