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/xml/method.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/xml/method.xml')
| -rw-r--r-- | res/xml/method.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/xml/method.xml b/res/xml/method.xml index 92c02ff..5a515cd 100644 --- a/res/xml/method.xml +++ b/res/xml/method.xml @@ -7,11 +7,13 @@ android:imeSubtypeLocale="en_US" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" + android:imeSubtypeExtraValue="default_layout=qwerty" /> <subtype android:label="@string/subtype_label_azerty" android:languageTag="fr" android:imeSubtypeLocale="fr_FR" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" + android:imeSubtypeExtraValue="default_layout=azerty" /> </input-method> |
