abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/xml/method.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/xml/method.xml b/res/xml/method.xml
index f13eecc..92c02ff 100644
--- a/res/xml/method.xml
+++ b/res/xml/method.xml
@@ -2,16 +2,16 @@
<input-method xmlns:android="http://schemas.android.com/apk/res/android"
android:settingsActivity="juloo.keyboard2.SettingsActivity"
android:supportsSwitchingToNextInputMethod="true">
- <subtype android:label="@string/subtype_label_azerty"
- android:languageTag="fr"
- android:imeSubtypeLocale="fr_FR"
- android:imeSubtypeMode="keyboard"
- android:isAsciiCapable="true"
- />
<subtype android:label="@string/subtype_label_qwerty"
android:languageTag="en"
android:imeSubtypeLocale="en_US"
android:imeSubtypeMode="keyboard"
android:isAsciiCapable="true"
/>
+ <subtype android:label="@string/subtype_label_azerty"
+ android:languageTag="fr"
+ android:imeSubtypeLocale="fr_FR"
+ android:imeSubtypeMode="keyboard"
+ android:isAsciiCapable="true"
+ />
</input-method>