diff options
| author | Jules Aguillon | 2022-06-06 00:55:16 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-06-06 00:55:16 +0200 |
| commit | 4d104eacf319060d4c78b9f9328b050de909eb93 (patch) | |
| tree | 87858a874c1ac1245c6d2dedfb29c3cc202e7617 /res/values/arrays.xml | |
| parent | 31d6a70dfb9c7ad3a72302bca2339f926e4593ee (diff) | |
| download | unexpected-keyboard-4d104eacf319060d4c78b9f9328b050de909eb93.tar.gz unexpected-keyboard-4d104eacf319060d4c78b9f9328b050de909eb93.zip | |
Remove the option "Show every accents"
This option cannot be implemented easily now that the set of "accents"
(localized keys) isn't defined.
Diffstat (limited to 'res/values/arrays.xml')
| -rw-r--r-- | res/values/arrays.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index a46999f..c3f952e 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -53,13 +53,11 @@ <string-array name="pref_accents_entries"> <item>@string/pref_accents_e_all_installed</item> <item>@string/pref_accents_e_selected</item> - <item>@string/pref_accents_e_all</item> <item>@string/pref_accents_e_none</item> </string-array> <string-array name="pref_accents_values"> <item>1</item> <item>2</item> - <item>3</item> <item>4</item> </string-array> <string-array name="pref_theme_entries"> |
