Add Armenian Phoetic keyboard
We believe this layout is Armenian Eastern Phonetic Keyboard. Bug: 7963631 Change-Id: Iff3dd879268dd95f00855f67f749e8562fff490cmain
parent
d7791a93b0
commit
bcfcdae230
|
@ -0,0 +1,70 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_styles_common" />
|
||||
<Row
|
||||
latin:keyWidth="9.0%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_armenian_phonetic1" />
|
||||
<Key
|
||||
latin:keyStyle="deleteKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="9.0%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_armenian_phonetic2" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_armenian_xeh" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="9.0%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_armenian_phonetic3" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_armenian_sha" />
|
||||
<Key
|
||||
latin:keyStyle="enterKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="8.8889%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="10.0%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_armenian_phonetic4" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keys_comma_period" />
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/row_qwerty4" />
|
||||
</merge>
|
|
@ -0,0 +1,79 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_styles_common" />
|
||||
<Row
|
||||
latin:keyWidth="8.282%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_armenian_phonetic1"
|
||||
latin:keyXPos="4.8355%p" />
|
||||
<Key
|
||||
latin:keyStyle="deleteKeyStyle"
|
||||
latin:keyWidth="fillRight"/>
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="8.282%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="tabKeyStyle"
|
||||
latin:keyLabelFlags="alignLeft"
|
||||
latin:keyWidth="8.898%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_armenian_phonetic2" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_armenian_xeh" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="8.125%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="toSymbolKeyStyle"
|
||||
latin:keyLabelFlags="alignLeft"
|
||||
latin:keyWidth="9.375%p"/>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_armenian_phonetic3" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_armenian_sha" />
|
||||
<Key
|
||||
latin:keyStyle="enterKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="8.125%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="13.4375%p"/>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_armenian_phonetic4" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keys_comma_period" />
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/row_qwerty4" />
|
||||
</merge>
|
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<Keyboard
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="@fraction/key_bottom_gap_5row"
|
||||
latin:keyLetterSize="@fraction/key_letter_ratio_5row"
|
||||
latin:keyShiftedLetterHintRatio="@fraction/key_uppercase_letter_ratio_5row"
|
||||
latin:touchPositionCorrectionData="@array/touch_position_correction_data_default"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_armenian_phonetic" />
|
||||
</Keyboard>
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<!-- U+0577: "շ" ARMENIAN SMALL LETTER SHA -->
|
||||
<Key
|
||||
latin:keyLabel="շ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<!-- U+056D: "խ" ARMENIAN SMALL LETTER XEH -->
|
||||
<Key
|
||||
latin:keyLabel="խ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<KeyboardLayoutSet
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
|
||||
<Element
|
||||
latin:elementName="alphabet"
|
||||
latin:elementKeyboard="@xml/kbd_armenian_phonetic"
|
||||
latin:enableProximityCharsCorrection="true" />
|
||||
<Element
|
||||
latin:elementName="symbols"
|
||||
latin:elementKeyboard="@xml/kbd_symbols" />
|
||||
<Element
|
||||
latin:elementName="phone"
|
||||
latin:elementKeyboard="@xml/kbd_phone" />
|
||||
<Element
|
||||
latin:elementName="phoneSymbols"
|
||||
latin:elementKeyboard="@xml/kbd_phone_symbols" />
|
||||
<Element
|
||||
latin:elementName="number"
|
||||
latin:elementKeyboard="@xml/kbd_number" />
|
||||
</KeyboardLayoutSet>
|
|
@ -47,6 +47,7 @@
|
|||
hi: Hindi/hindi
|
||||
hr: Croatian/qwertz
|
||||
hu: Hungarian/qwertz
|
||||
hy: Armenian Phonetic/armenian_phonetic
|
||||
in: Indonesian/qwerty # "id" is official language code of Indonesian.
|
||||
is: Icelandic/qwerty
|
||||
it: Italian/qwerty
|
||||
|
@ -269,6 +270,13 @@
|
|||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="0xe39ac3ca"
|
||||
android:imeSubtypeLocale="hy"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=armenian_phonetic"
|
||||
/>
|
||||
<!-- Java uses the deprecated "in" code instead of the standard "id" code for Indonesian. -->
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
|
|
|
@ -0,0 +1,84 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<!-- U+0567: "է" ARMENIAN SMALL LETTER EH -->
|
||||
<Key
|
||||
latin:keyLabel="է"
|
||||
latin:keyHintLabel="1"
|
||||
latin:additionalMoreKeys="1"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0569: "թ" ARMENIAN SMALL LETTER TO -->
|
||||
<Key
|
||||
latin:keyLabel="թ"
|
||||
latin:keyHintLabel="2"
|
||||
latin:additionalMoreKeys="2"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0583: "փ" ARMENIAN SMALL LETTER PIWR -->
|
||||
<Key
|
||||
latin:keyLabel="փ"
|
||||
latin:keyHintLabel="3"
|
||||
latin:additionalMoreKeys="3"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0571: "ձ" ARMENIAN SMALL LETTER JA -->
|
||||
<Key
|
||||
latin:keyLabel="ձ"
|
||||
latin:keyHintLabel="4"
|
||||
latin:additionalMoreKeys="4"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+057B: "ջ" ARMENIAN SMALL LETTER JHEH -->
|
||||
<Key
|
||||
latin:keyLabel="ջ"
|
||||
latin:keyHintLabel="5"
|
||||
latin:additionalMoreKeys="5"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0580: "ր" ARMENIAN SMALL LETTER REH -->
|
||||
<Key
|
||||
latin:keyLabel="ր"
|
||||
latin:keyHintLabel="6"
|
||||
latin:additionalMoreKeys="6"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0579: "չ" ARMENIAN SMALL LETTER CHA -->
|
||||
<Key
|
||||
latin:keyLabel="չ"
|
||||
latin:keyHintLabel="7"
|
||||
latin:additionalMoreKeys="7"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0573: "ճ" ARMENIAN SMALL LETTER CHEH -->
|
||||
<Key
|
||||
latin:keyLabel="ճ"
|
||||
latin:keyHintLabel="8"
|
||||
latin:additionalMoreKeys="8"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+056A: "ժ" ARMENIAN SMALL LETTER ZHE -->
|
||||
<Key
|
||||
latin:keyLabel="ժ"
|
||||
latin:keyHintLabel="9"
|
||||
latin:additionalMoreKeys="9"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+056E: "ծ" ARMENIAN SMALL LETTER CA -->
|
||||
<Key
|
||||
latin:keyLabel="ծ"
|
||||
latin:keyHintLabel="0"
|
||||
latin:additionalMoreKeys="0"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
|
@ -0,0 +1,66 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<!-- U+0584: "ք" ARMENIAN SMALL LETTER KEH -->
|
||||
<Key
|
||||
latin:keyLabel="ք"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0578: "ո" ARMENIAN SMALL LETTER VO -->
|
||||
<Key
|
||||
latin:keyLabel="ո"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0565: "ե" ARMENIAN SMALL LETTER ECH
|
||||
U+0587: "և" ARMENIAN SMALL LIGATURE ECH YIWN -->
|
||||
<Key
|
||||
latin:keyLabel="ե"
|
||||
latin:moreKeys="և"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+057C: "ռ" ARMENIAN SMALL LETTER RA -->
|
||||
<Key
|
||||
latin:keyLabel="ռ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+057F: "տ" ARMENIAN SMALL LETTER TIWN -->
|
||||
<Key
|
||||
latin:keyLabel="տ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0568: "ը" ARMENIAN SMALL LETTER ET -->
|
||||
<Key
|
||||
latin:keyLabel="ը"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0582: "ւ" ARMENIAN SMALL LETTER YIWN -->
|
||||
<Key
|
||||
latin:keyLabel="ւ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+056B: "ի" ARMENIAN SMALL LETTER INI -->
|
||||
<Key
|
||||
latin:keyLabel="ի"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0585: "օ" ARMENIAN SMALL LETTER OH -->
|
||||
<Key
|
||||
latin:keyLabel="օ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+057A: "պ" ARMENIAN SMALL LETTER PEH -->
|
||||
<Key
|
||||
latin:keyLabel="պ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<!-- U+0561: "ա" ARMENIAN SMALL LETTER AYB -->
|
||||
<Key
|
||||
latin:keyLabel="ա"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+057D: "ս" ARMENIAN SMALL LETTER SEH -->
|
||||
<Key
|
||||
latin:keyLabel="ս"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0564: "դ" ARMENIAN SMALL LETTER DA -->
|
||||
<Key
|
||||
latin:keyLabel="դ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0586: "ֆ" ARMENIAN SMALL LETTER FEH -->
|
||||
<Key
|
||||
latin:keyLabel="ֆ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0563: "գ" ARMENIAN SMALL LETTER GIM -->
|
||||
<Key
|
||||
latin:keyLabel="գ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0570: "հ" ARMENIAN SMALL LETTER HO -->
|
||||
<Key
|
||||
latin:keyLabel="հ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0575: "յ" ARMENIAN SMALL LETTER YI -->
|
||||
<Key
|
||||
latin:keyLabel="յ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+056F: "կ" ARMENIAN SMALL LETTER KEN -->
|
||||
<Key
|
||||
latin:keyLabel="կ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+056C: "լ" ARMENIAN SMALL LETTER LIWN -->
|
||||
<Key
|
||||
latin:keyLabel="լ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
|
@ -0,0 +1,52 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<!-- U+0566: "զ" ARMENIAN SMALL LETTER ZA -->
|
||||
<Key
|
||||
latin:keyLabel="զ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0572: "ղ" ARMENIAN SMALL LETTER GHAD -->
|
||||
<Key
|
||||
latin:keyLabel="ղ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0581: "ց" ARMENIAN SMALL LETTER CO -->
|
||||
<Key
|
||||
latin:keyLabel="ց"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+057E: "վ" ARMENIAN SMALL LETTER VEW -->
|
||||
<Key
|
||||
latin:keyLabel="վ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0562: "բ" ARMENIAN SMALL LETTER BEN -->
|
||||
<Key
|
||||
latin:keyLabel="բ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0576: "ն" ARMENIAN SMALL LETTER NOW -->
|
||||
<Key
|
||||
latin:keyLabel="ն"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0574: "մ" ARMENIAN SMALL LETTER MEN -->
|
||||
<Key
|
||||
latin:keyLabel="մ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
|
@ -0,0 +1,62 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_styles_common" />
|
||||
<Row
|
||||
latin:keyWidth="10.0%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_armenian_phonetic1" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="10.0%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_armenian_phonetic2" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="10.0%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_armenian_phonetic3" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_armenian_xeh" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="9.8000%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="10.8%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_armenian_phonetic4" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_armenian_sha" />
|
||||
<Key
|
||||
latin:keyStyle="deleteKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/row_qwerty4" />
|
||||
</merge>
|
|
@ -1753,6 +1753,25 @@ public final class KeyboardTextsSet {
|
|||
/* 49 */ "!text/double_raqm_laqm",
|
||||
};
|
||||
|
||||
/* Language hy: Armenian */
|
||||
private static final String[] LANGUAGE_hy = {
|
||||
/* 0~ */
|
||||
null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
|
||||
null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
|
||||
null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
|
||||
null, null, null, null, null, null, null, null,
|
||||
/* ~52 */
|
||||
// U+055E: "՞" ARMENIAN QUESTION MARK
|
||||
/* 53 */ "!fixedColumnOrder!4,\u055E,!,\\,,?,:,;,@",
|
||||
/* 54~ */
|
||||
null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
|
||||
null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
|
||||
null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
|
||||
null, null, null, null, null, null, null, null, null,
|
||||
/* ~107 */
|
||||
/* 108 */ "\u055E,?",
|
||||
};
|
||||
|
||||
/* Language is: Icelandic */
|
||||
private static final String[] LANGUAGE_is = {
|
||||
// U+00E1: "á" LATIN SMALL LETTER A WITH ACUTE
|
||||
|
@ -3288,6 +3307,7 @@ public final class KeyboardTextsSet {
|
|||
"hi", LANGUAGE_hi, /* Hindi */
|
||||
"hr", LANGUAGE_hr, /* Croatian */
|
||||
"hu", LANGUAGE_hu, /* Hungarian */
|
||||
"hy", LANGUAGE_hy, /* Armenian */
|
||||
"is", LANGUAGE_is, /* Icelandic */
|
||||
"it", LANGUAGE_it, /* Italian */
|
||||
"iw", LANGUAGE_iw, /* Hebrew */
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- U+055E: "՞" ARMENIAN QUESTION MARK -->
|
||||
<string name="more_keys_for_punctuation">"!fixedColumnOrder!4,՞,!,\\,,\?,:,;,\@"</string>
|
||||
<string name="more_keys_for_tablet_period">՞,\?</string>
|
||||
</resources>
|
Loading…
Reference in New Issue