2015-07-30 20:14:55 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<input-method xmlns:android="http://schemas.android.com/apk/res/android"
|
2015-08-08 16:47:22 +02:00
|
|
|
android:settingsActivity="juloo.keyboard2.SettingsActivity"
|
2015-07-30 20:14:55 +02:00
|
|
|
android:supportsSwitchingToNextInputMethod="true">
|
2021-04-15 23:56:34 +02:00
|
|
|
<subtype android:label="@string/subtype_label_qwerty"
|
|
|
|
android:languageTag="en"
|
|
|
|
android:imeSubtypeLocale="en_US"
|
|
|
|
android:imeSubtypeMode="keyboard"
|
|
|
|
android:isAsciiCapable="true"
|
2021-04-28 00:23:52 +02:00
|
|
|
android:imeSubtypeExtraValue="default_layout=qwerty"
|
2021-04-15 23:56:34 +02:00
|
|
|
/>
|
2021-04-20 00:51:18 +02:00
|
|
|
<subtype android:label="@string/subtype_label_azerty"
|
|
|
|
android:languageTag="fr"
|
|
|
|
android:imeSubtypeLocale="fr_FR"
|
|
|
|
android:imeSubtypeMode="keyboard"
|
|
|
|
android:isAsciiCapable="true"
|
2021-04-28 00:23:52 +02:00
|
|
|
android:imeSubtypeExtraValue="default_layout=azerty"
|
2021-04-20 00:51:18 +02:00
|
|
|
/>
|
2015-07-30 20:14:55 +02:00
|
|
|
</input-method>
|