diff options
| author | Jules Aguillon | 2021-04-28 00:23:52 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2021-04-29 01:06:51 +0200 |
| commit | d00576ac2d7605c48034dc52e6622f48f680d4ae (patch) | |
| tree | 4e52e2c1ff1785a2f762fd5de134dfe08a064802 /res/values/arrays.xml | |
| parent | c86a11944873534c140cd07b7c91d63c939b45b6 (diff) | |
| download | unexpected-keyboard-d00576ac2d7605c48034dc52e6622f48f680d4ae.tar.gz unexpected-keyboard-d00576ac2d7605c48034dc52e6622f48f680d4ae.zip | |
Add the "layout" option again
Some versions of android don't allow to configure several languages.
Diffstat (limited to 'res/values/arrays.xml')
| -rw-r--r-- | res/values/arrays.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 896c515..c6e2139 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string-array name="pref_layout_values"> - <item>azerty</item> - <item>qwerty</item> - </string-array> + <string-array name="pref_layout_values"> + <item>system</item> + <item>azerty</item> + <item>qwerty</item> + </string-array> </resources> |
