diff options
author | 2014-03-17 17:16:29 +0900 | |
---|---|---|
committer | 2014-03-19 19:41:18 +0900 | |
commit | 110e9f9e88818d96085b5fe412aeb988780e8fde (patch) | |
tree | ce507f0ceac1bd49da6f81dc5da94d819cf2c780 /java/res/xml/method.xml | |
parent | 0c797e8867dae8960480fd5d3085e595091ea772 (diff) | |
download | latinime-110e9f9e88818d96085b5fe412aeb988780e8fde.tar.gz latinime-110e9f9e88818d96085b5fe412aeb988780e8fde.tar.xz latinime-110e9f9e88818d96085b5fe412aeb988780e8fde.zip |
Add Galician keyboard
Bug: 13169021
Bug: 13017434
Change-Id: I5d44dc4c2387644028a5cf594954795e014f357a
Diffstat (limited to 'java/res/xml/method.xml')
-rw-r--r-- | java/res/xml/method.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 3feb43759..c64b3a4e0 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -47,6 +47,7 @@ fr: French/azerty fr_CA: French (Canada)/qwerty fr_CH: French (Switzerland)/swiss + gl_ES: Galician (Spain)/spanish hi: Hindi/hindi hr: Croatian/qwertz hu: Hungarian/qwertz @@ -305,6 +306,14 @@ /> <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" + android:subtypeId="0xb939573c" + android:imeSubtypeLocale="gl_ES" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="KeyboardLayoutSet=spanish,AsciiCapable,EmojiCapable" + android:isAsciiCapable="true" + /> + <subtype android:icon="@drawable/ic_ime_switcher_dark" + android:label="@string/subtype_generic" android:subtypeId="0x39753b7f" android:imeSubtypeLocale="hi" android:imeSubtypeMode="keyboard" |