abouttreesummaryrefslogcommitdiff
path: root/res/xml/method.xml
blob: f13eecc8326fdabbca8149da4fe0d544df1d8ba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<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"
    />
</input-method>