mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Delete old layout files
This commit is contained in:
parent
601470747e
commit
777aec644a
@ -1,30 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto"
|
||||
latin:keyboardLeftPadding="10%p"
|
||||
latin:keyboardRightPadding="10%p"
|
||||
latin:keyWidth="26.67%p"
|
||||
latin:touchPositionCorrectionData="@array/touch_position_correction_data_default"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_number" />
|
||||
</Keyboard>
|
@ -1,30 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto"
|
||||
latin:keyboardLeftPadding="10%p"
|
||||
latin:keyboardRightPadding="10%p"
|
||||
latin:keyWidth="26.67%p"
|
||||
latin:touchPositionCorrectionData="@array/touch_position_correction_data_default"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_phone" />
|
||||
</Keyboard>
|
@ -1,30 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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-auto"
|
||||
latin:keyboardLeftPadding="10%p"
|
||||
latin:keyboardRightPadding="10%p"
|
||||
latin:keyWidth="26.67%p"
|
||||
latin:touchPositionCorrectionData="@array/touch_position_correction_data_default"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_phone_symbols" />
|
||||
</Keyboard>
|
@ -1,51 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi_compact">
|
||||
<!-- U+0903: "ः" DEVANAGARI SIGN VISARGA
|
||||
U+0901: "ँ" DEVANAGARI SIGN CANDRABINDU
|
||||
U+093C: "़" DEVANAGARI SIGN NUKTA -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariSignAnusvara"
|
||||
latin:moreKeys="ः,ँ,़" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="marathi">
|
||||
<!-- U+0903: "ः" DEVANAGARI SIGN VISARGA
|
||||
U+0901: "ँ" DEVANAGARI SIGN CANDRABINDU -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariSignAnusvara"
|
||||
latin:moreKeys="ः,ँ" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariSignAnusvara" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+0902: "ं" DEVANAGARI SIGN ANUSVARA -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariSignAnusvara"
|
||||
latin:parentStyle="moreKeysDevanagariSignAnusvara"
|
||||
latin:keySpec="ं" />
|
||||
</merge>
|
@ -1,42 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi">
|
||||
<!-- U+0945: "ॅ" DEVANAGARI VOWEL SIGN CANDRA E -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariSignCandrabindu"
|
||||
latin:moreKeys="ॅ" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariSignCandrabindu" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+0901: "ँ" DEVANAGARI SIGN CANDRABINDU -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariSignCandrabindu"
|
||||
latin:parentStyle="moreKeysDevanagariSignCandrabindu"
|
||||
latin:keySpec="ँ" />
|
||||
</merge>
|
@ -1,50 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi">
|
||||
<!-- U+097D: "ॽ" DEVANAGARI LETTER GLOTTAL STOP
|
||||
U+0970: "॰" DEVANAGARI ABBREVIATION SIGN
|
||||
U+093D: "ऽ" DEVANAGARI SIGN AVAGRAHA -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariSignNukta"
|
||||
latin:moreKeys="ॽ,॰,ऽ" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="nepali_romanized">
|
||||
<!-- U+093C: "़" DEVANAGARI SIGN NUKTA -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariSignNukta"
|
||||
latin:moreKeys="़" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariSignNukta" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+093C: "़" DEVANAGARI SIGN NUKTA -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariSignNukta"
|
||||
latin:parentStyle="moreKeysDevanagariSignNukta"
|
||||
latin:keySpec="़" />
|
||||
</merge>
|
@ -1,53 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi_compact">
|
||||
<!-- U+094D: "्" DEVANAGARI SIGN VIRAMA -->
|
||||
<key-style
|
||||
latin:styleName="moreKeySpecDevanagariSignVirama"
|
||||
latin:moreKeys="्" />
|
||||
<!-- U+0945: "ॅ" DEVANAGARI VOWEL SIGN CANDRA E
|
||||
U+090D: "ऍ" DEVANAGARI LETTER CANDRA E -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariSignVirama"
|
||||
latin:moreKeys="ॅ,ऍ" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="marathi">
|
||||
<!-- U+0905: "अ" DEVANAGARI LETTER A -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariSignVirama"
|
||||
latin:moreKeys="अ" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariSignVirama" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+094D: "्" DEVANAGARI SIGN VIRAMA -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariSignVirama"
|
||||
latin:parentStyle="moreKeysDevanagariSignVirama"
|
||||
latin:keySpec="्" />
|
||||
</merge>
|
@ -1,30 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<!-- U+0903: "ः" DEVANAGARI SIGN VISARGA -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariSignVisarga"
|
||||
latin:keySpec="ः" />
|
||||
</merge>
|
@ -1,55 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi">
|
||||
<!-- U+093E/U+0902: "ां" DEVANAGARI VOWEL SIGN AA/DEVANAGARI SIGN ANUSVARA
|
||||
U+093E/U+0901: "ाँ" DEVANAGARI VOWEL SIGN AA/DEVANAGARI SIGN CANDRABINDU -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignAa"
|
||||
latin:moreKeys="ां,ाँ,%" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="hindi_compact">
|
||||
<!-- U+093E: "ा" DEVANAGARI VOWEL SIGN AA -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignAa"
|
||||
latin:moreKeys="ा,%" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="marathi">
|
||||
<!-- U+0906: "आ" DEVANAGARI LETTER AA -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignAa"
|
||||
latin:moreKeys="आ,%" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariVowelSignAa" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+093E: "ा" DEVANAGARI VOWEL SIGN AA -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignAa"
|
||||
latin:parentStyle="moreKeysDevanagariVowelSignAa"
|
||||
latin:keySpec="ा" />
|
||||
</merge>
|
@ -1,60 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi">
|
||||
<!-- U+0948/U+0902: "ैं" DEVANAGARI VOWEL SIGN AI/DEVANAGARI SIGN ANUSVARA -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignAi"
|
||||
latin:moreKeys="ैं,%" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="hindi_compact">
|
||||
<!-- U+0948: "ै" DEVANAGARI VOWEL SIGN AI -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignAi"
|
||||
latin:moreKeys="ै,%" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="marathi">
|
||||
<!-- U+0910: "ऐ" DEVANAGARI LETTER AI -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignAi"
|
||||
latin:moreKeys="ऐ,%" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="nepali_traditional">
|
||||
<!-- U+0936/U+094D/U+0930: "श्र" DEVANAGARI LETTER SHA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER RA -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignAi"
|
||||
latin:moreKeys="श्र" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariVowelSignAi" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+0948: "ै" DEVANAGARI VOWEL SIGN AI -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignAi"
|
||||
latin:parentStyle="moreKeysDevanagariVowelSignAi"
|
||||
latin:keySpec="ै" />
|
||||
</merge>
|
@ -1,54 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi">
|
||||
<!--U+094C/U+0902: "ौं" DEVANAGARI VOWEL SIGN AU/DEVANAGARI SIGN ANUSVARA -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignAu"
|
||||
latin:moreKeys="ौं,%" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="hindi_compact">
|
||||
<!-- U+094C: "ौ" DEVANAGARI VOWEL SIGN AU -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignAu"
|
||||
latin:moreKeys="ौ,%" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="marathi">
|
||||
<!-- U+0914: "औ" DEVANAGARI LETTER AU -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignAu"
|
||||
latin:moreKeys="औ,%" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariVowelSignAu" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+094C: "ौ" DEVANAGARI VOWEL SIGN AU -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignAu"
|
||||
latin:parentStyle="moreKeysDevanagariVowelSignAu"
|
||||
latin:keySpec="ौ" />
|
||||
</merge>
|
@ -1,48 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2014, 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi_compact">
|
||||
<!-- U+0945: "ॅ" DEVANAGARI VOWEL SIGN CANDRA E -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignCandraE"
|
||||
latin:moreKeys="ॅ" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="marathi">
|
||||
<!-- U+090D: "ऍ" DEVANAGARI LETTER CANDRA E -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignCandraE"
|
||||
latin:moreKeys="ऍ" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariVowelSignCandraE" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+0945: "ॅ" DEVANAGARI VOWEL SIGN CANDRA E -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignCandraE"
|
||||
latin:parentStyle="moreKeysDevanagariVowelSignCandraE"
|
||||
latin:keySpec="ॅ" />
|
||||
</merge>
|
@ -1,48 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi_compact">
|
||||
<!-- U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignCandraO"
|
||||
latin:moreKeys="ॉ" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="marathi">
|
||||
<!-- U+0911: "ऑ" DEVANAGARI LETTER CANDRA O -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignCandraO"
|
||||
latin:moreKeys="ऑ" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariVowelSignCandraO" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignCandraO"
|
||||
latin:parentStyle="moreKeysDevanagariVowelSignCandraO"
|
||||
latin:keySpec="ॉ" />
|
||||
</merge>
|
@ -1,61 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi">
|
||||
<!-- U+0947/U+0902: "ें" DEVANAGARI VOWEL SIGN E/DEVANAGARI SIGN ANUSVARA -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignE"
|
||||
latin:moreKeys="ें" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="hindi_compact">
|
||||
<!-- U+0947: "े" DEVANAGARI VOWEL SIGN E -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignE"
|
||||
latin:moreKeys="े" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="marathi">
|
||||
<!-- U+090F: "ए" DEVANAGARI LETTER SHORT E -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignE"
|
||||
latin:moreKeys="ए" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="nepali_traditional">
|
||||
<!-- U+0903: "ः" DEVANAGARI SIGN VISARGA
|
||||
U+093D: "ऽ" DEVANAGARI SIGN AVAGRAHA -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignE"
|
||||
latin:moreKeys="ः,ऽ" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariVowelSignE" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+0947: "े" DEVANAGARI VOWEL SIGN E -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignE"
|
||||
latin:parentStyle="moreKeysDevanagariVowelSignE"
|
||||
latin:keySpec="े" />
|
||||
</merge>
|
@ -1,54 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi">
|
||||
<!-- U+093F/U+0902: "िं" DEVANAGARI VOWEL SIGN I/DEVANAGARI SIGN ANUSVARA -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignI"
|
||||
latin:moreKeys="िं" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="hindi_compact">
|
||||
<!-- U+093F: "ि" DEVANAGARI VOWEL SIGN I -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignI"
|
||||
latin:moreKeys="ि" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="marathi">
|
||||
<!-- U+0907: "इ" DEVANAGARI LETTER I -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignI"
|
||||
latin:moreKeys="इ" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariVowelSignI" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+093F: "ि" DEVANAGARI VOWEL SIGN I -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignI"
|
||||
latin:parentStyle="moreKeysDevanagariVowelSignI"
|
||||
latin:keySpec="ि" />
|
||||
</merge>
|
@ -1,54 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi">
|
||||
<!-- U+0940/U+0902: "ीं" DEVANAGARI VOWEL SIGN II/DEVANAGARI SIGN ANUSVARA -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignIi"
|
||||
latin:moreKeys="ीं,%" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="hindi_compact">
|
||||
<!-- U+0940: "ी" DEVANAGARI VOWEL SIGN II -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignIi"
|
||||
latin:moreKeys="ी,%" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="marathi">
|
||||
<!-- U+0908: "ई" DEVANAGARI LETTER II -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignIi"
|
||||
latin:moreKeys="ई,%" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariVowelSignIi" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+0940: "ी" DEVANAGARI VOWEL SIGN II -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignIi"
|
||||
latin:parentStyle="moreKeysDevanagariVowelSignIi"
|
||||
latin:keySpec="ी" />
|
||||
</merge>
|
@ -1,56 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi">
|
||||
<!-- U+094B/U+0902: "ों" DEVANAGARI VOWEL SIGN O/DEVANAGARI SIGN ANUSVARA
|
||||
U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O
|
||||
U+094A: "ॊ" DEVANAGARI VOWEL SIGN SHORT O -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignO"
|
||||
latin:moreKeys="ों,ॉ,ॊ" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="hindi_compact">
|
||||
<!-- U+094B: "ो" DEVANAGARI VOWEL SIGN O -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignO"
|
||||
latin:moreKeys="ो" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="marathi">
|
||||
<!-- U+0913: "ओ" DEVANAGARI LETTER O -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignO"
|
||||
latin:moreKeys="ओ" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariVowelSignO" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+094B: "ो" DEVANAGARI VOWEL SIGN O -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignO"
|
||||
latin:parentStyle="moreKeysDevanagariVowelSignO"
|
||||
latin:keySpec="ो" />
|
||||
</merge>
|
@ -1,55 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi">
|
||||
<!-- U+0941/U+0902: "ुं" DEVANAGARI VOWEL SIGN U/DEVANAGARI SIGN ANUSVARA
|
||||
U+0941/U+0901: "ुँ" DEVANAGARI VOWEL SIGN U/DEVANAGARI SIGN CANDRABINDU -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignU"
|
||||
latin:moreKeys="ुं,ुँ" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="hindi_compact">
|
||||
<!-- U+0941: "ु" DEVANAGARI VOWEL SIGN U -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignU"
|
||||
latin:moreKeys="ु" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="marathi">
|
||||
<!-- U+0909: "उ" DEVANAGARI LETTER U -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignU"
|
||||
latin:moreKeys="उ" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariVowelSignU" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+0941: "ु" DEVANAGARI VOWEL SIGN U -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignU"
|
||||
latin:parentStyle="moreKeysDevanagariVowelSignU"
|
||||
latin:keySpec="ु" />
|
||||
</merge>
|
@ -1,55 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi">
|
||||
<!-- U+0942/U+0902: "ूं" DEVANAGARI VOWEL SIGN UU/DEVANAGARI SIGN ANUSVARA
|
||||
U+0942/U+0901: "ूँ" DEVANAGARI VOWEL SIGN UU/DEVANAGARI SIGN CANDRABINDU -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignUu"
|
||||
latin:moreKeys="ूं,ूँ,%" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="hindi_compact">
|
||||
<!-- U+0942: "ू" DEVANAGARI VOWEL SIGN UU -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignUu"
|
||||
latin:moreKeys="ू,%" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="marathi">
|
||||
<!-- U+090A: "ऊ" DEVANAGARI LETTER UU -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignUu"
|
||||
latin:moreKeys="ऊ,%" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariVowelSignUu" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+0942: "ू" DEVANAGARI VOWEL SIGN UU -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignUu"
|
||||
latin:parentStyle="moreKeysDevanagariVowelSignUu"
|
||||
latin:keySpec="ू" />
|
||||
</merge>
|
@ -1,63 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
|
||||
<switch>
|
||||
<case latin:keyboardLayoutSet="hindi">
|
||||
<!-- U+0944: "ॄ" DEVANAGARI VOWEL SIGN VOCALIC RR -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignVocalicR"
|
||||
latin:moreKeys="ॄ" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="hindi_compact">
|
||||
<!-- U+090B: "ऋ" DEVANAGARI LETTER VOCALIC R
|
||||
U+0943: "ृ" DEVANAGARI VOWEL SIGN VOCALIC R -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignVocalicR"
|
||||
latin:moreKeys="ऋ,ृ" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="marathi">
|
||||
<!-- U+0931: "ऱ" DEVANAGARI LETTER RRA
|
||||
U+090B: "ऋ" DEVANAGARI LETTER VOCALIC R
|
||||
U+0943: "ृ" DEVANAGARI VOWEL SIGN VOCALIC R -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignVocalicR"
|
||||
latin:moreKeys="ऱ,ऋ,ृ" />
|
||||
</case>
|
||||
<case latin:keyboardLayoutSet="nepali_traditional">
|
||||
<!-- U+0913: "ओ" DEVANAGARI LETTER O -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariVowelSignVocalicR"
|
||||
latin:moreKeys="ओ" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style latin:styleName="moreKeysDevanagariVowelSignVocalicR" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+0943: "ृ" DEVANAGARI VOWEL SIGN VOCALIC R -->
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignVocalicR"
|
||||
latin:parentStyle="moreKeysDevanagariVowelSignVocalicR"
|
||||
latin:keySpec="ृ" />
|
||||
</merge>
|
@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2012 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.
|
||||
-->
|
||||
|
||||
<PreferenceScreen>
|
||||
<!-- Items will be added at runtime -->
|
||||
</PreferenceScreen>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="@string/dictionary_settings_title"
|
||||
android:summary="@string/dictionary_settings_summary">
|
||||
|
||||
</PreferenceScreen>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_arabic" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?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-auto"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="@fraction/config_key_vertical_gap_5row"
|
||||
latin:keyLetterSize="@fraction/config_key_letter_ratio_5row"
|
||||
latin:keyShiftedLetterHintRatio="@fraction/config_key_shifted_letter_hint_ratio_5row"
|
||||
latin:touchPositionCorrectionData="@array/touch_position_correction_data_default"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_armenian_phonetic" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_azerty" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2014, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_bengali" />
|
||||
</Keyboard>
|
@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2014, 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-auto" >
|
||||
<include latin:keyboardLayout="@xml/rows_bengali_akkhor" />
|
||||
</Keyboard>
|
@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2015 The CyanogenMod 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_bepo" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_bulgarian" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_bulgarian_bds" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_colemak" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_dvorak" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_east_slavic" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_east_slavic_phonetic" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_faces"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2015, 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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_eight_food_drink"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2015, 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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_eight_travel_places"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2015, 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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_eight_activity"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2015, 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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_eight_objects"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2015, 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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_eight_symbols"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2015, 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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_eight_flags"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2015, 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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_eight_smiley_people_boring"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_objects"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_nature"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_places"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_symbols"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,32 +0,0 @@
|
||||
<?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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:keyLabelSize="60%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:textsArray="@array/emoji_emoticons"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2015, 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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_flags"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2015, 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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_eight_smiley_people"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2015, 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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="90%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_eight_animals_nature"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,32 +0,0 @@
|
||||
<?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-auto"
|
||||
latin:keyWidth="@fraction/config_emoji_keyboard_key_width"
|
||||
latin:keyLetterSize="@fraction/config_emoji_keyboard_key_letter_size"
|
||||
latin:keyLabelSize="60%p"
|
||||
latin:rowHeight="@fraction/config_emoji_keyboard_row_height"
|
||||
>
|
||||
<GridRows
|
||||
latin:codesArray="@array/emoji_recents"
|
||||
latin:keyLabelFlags="fontNormal"
|
||||
latin:backgroundType="empty" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_farsi" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_georgian" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_greek" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_hebrew" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_hindi" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2014, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_hindi_compact" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2014, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_kannada" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?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-auto"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="@fraction/config_key_vertical_gap_5row"
|
||||
latin:keyLetterSize="@fraction/config_key_letter_ratio_5row"
|
||||
latin:keyShiftedLetterHintRatio="@fraction/config_key_shifted_letter_hint_ratio_5row"
|
||||
latin:touchPositionCorrectionData="@array/touch_position_correction_data_default"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_khmer" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_kurdish" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?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-auto"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="@fraction/config_key_vertical_gap_5row"
|
||||
latin:keyLetterSize="@fraction/config_key_letter_ratio_5row"
|
||||
latin:keyShiftedLetterHintRatio="@fraction/config_key_shifted_letter_hint_ratio_5row"
|
||||
latin:touchPositionCorrectionData="@array/touch_position_correction_data_default"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_lao" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2014, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_malayalam" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2014, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_marathi" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_mongolian" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_nepali_romanized" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_nepali_traditional" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_nordic" />
|
||||
</Keyboard>
|
@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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-auto"
|
||||
latin:keyWidth="26.67%p"
|
||||
latin:touchPositionCorrectionData="@array/touch_position_correction_data_default"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_number" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="@fraction/config_key_vertical_gap_5row"
|
||||
latin:keyLetterSize="@fraction/config_key_letter_ratio_5row"
|
||||
latin:keyShiftedLetterHintRatio="@fraction/config_key_shifted_letter_hint_ratio_5row"
|
||||
latin:touchPositionCorrectionData="@array/touch_position_correction_data_default"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_pcqwerty" />
|
||||
</Keyboard>
|
@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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-auto"
|
||||
latin:keyWidth="26.67%p"
|
||||
latin:touchPositionCorrectionData="@array/touch_position_correction_data_default"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_phone" />
|
||||
</Keyboard>
|
@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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-auto"
|
||||
latin:keyWidth="26.67%p"
|
||||
latin:touchPositionCorrectionData="@array/touch_position_correction_data_default"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_phone_symbols" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_qwerty" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_qwertz" />
|
||||
</Keyboard>
|
@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2014, 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-auto" >
|
||||
<include latin:keyboardLayout="@xml/rows_serbian_qwertz" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2014, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_sinhala" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_south_slavic" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_spanish" />
|
||||
</Keyboard>
|
@ -1,25 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto"
|
||||
latin:keyWidth="10%p"
|
||||
latin:rowHeight="@dimen/config_more_suggestions_row_height"
|
||||
>
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_swiss" />
|
||||
</Keyboard>
|
@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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-auto"
|
||||
latin:touchPositionCorrectionData="@array/touch_position_correction_data_default"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_symbols" />
|
||||
</Keyboard>
|
@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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-auto"
|
||||
latin:touchPositionCorrectionData="@array/touch_position_correction_data_default"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_symbols_shift" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2014, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_tamil" />
|
||||
</Keyboard>
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2014, 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-auto"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_telugu" />
|
||||
</Keyboard>
|
@ -1,31 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="@fraction/config_key_vertical_gap_5row"
|
||||
latin:keyLetterSize="@fraction/config_key_letter_ratio_5row"
|
||||
latin:keyShiftedLetterHintRatio="@fraction/config_key_shifted_letter_hint_ratio_5row"
|
||||
latin:touchPositionCorrectionData="@array/touch_position_correction_data_default"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_thai" />
|
||||
</Keyboard>
|
@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2014, 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-auto" >
|
||||
<include latin:keyboardLayout="@xml/rows_uzbek" />
|
||||
</Keyboard>
|
@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto">
|
||||
<include latin:keyboardLayout="@xml/rows_turkish" />
|
||||
</Keyboard>
|
@ -1,27 +0,0 @@
|
||||
<?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-auto"
|
||||
>
|
||||
<!-- U+0577: "շ" ARMENIAN SMALL LETTER SHA -->
|
||||
<Key
|
||||
latin:keySpec="շ" />
|
||||
</merge>
|
@ -1,27 +0,0 @@
|
||||
<?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-auto"
|
||||
>
|
||||
<!-- U+056D: "խ" ARMENIAN SMALL LETTER XEH -->
|
||||
<Key
|
||||
latin:keySpec="խ" />
|
||||
</merge>
|
@ -1,55 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
>
|
||||
<switch>
|
||||
<case
|
||||
latin:keyboardLayoutSet="dvorak"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="q"
|
||||
latin:moreKeys="!text/morekeys_q,%"
|
||||
latin:backgroundType="normal"
|
||||
latin:keyStyle="settingsMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:mode="url"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="/"
|
||||
latin:keyStyle="settingsMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:mode="email"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="\@"
|
||||
latin:keyStyle="settingsMoreKeysStyle" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keySpec="!text/keyspec_comma"
|
||||
latin:keyLabelFlags="hasPopupHint"
|
||||
latin:keyStyle="settingsMoreKeysStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
@ -1,38 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
>
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="email|url"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="comKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyStyle="emojiKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
@ -1,42 +0,0 @@
|
||||
<?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-auto"
|
||||
>
|
||||
<switch>
|
||||
<case
|
||||
latin:keyboardLayoutSet="dvorak"
|
||||
>
|
||||
<Key
|
||||
latin:keySpec="z"
|
||||
latin:keyLabelFlags="hasPopupHint"
|
||||
latin:moreKeys="!text/morekeys_punctuation,!text/morekeys_z" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keySpec="!text/keyspec_period"
|
||||
latin:keyHintLabel="!text/keyhintlabel_period"
|
||||
latin:keyLabelFlags="hasPopupHint|hasShiftedLetterHint"
|
||||
latin:moreKeys="!text/morekeys_period"
|
||||
latin:backgroundType="functional" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
@ -1,63 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
>
|
||||
<switch>
|
||||
<case
|
||||
latin:keyboardLayoutSet="bengali_akkhor|farsi|kannada|nepali_romanized|nepali_traditional|telugu"
|
||||
latin:bottomEmojiKeyEnabled="true"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="bottomEmojiKeyStyle" />
|
||||
<Key
|
||||
latin:keyStyle="spaceKeyStyle"
|
||||
latin:keyWidth="30%p" />
|
||||
<Key
|
||||
latin:keyStyle="zwnjKeyStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:keyboardLayoutSet="bengali_akkhor|farsi|kannada|nepali_romanized|nepali_traditional|telugu"
|
||||
latin:bottomEmojiKeyEnabled="false"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="spaceKeyStyle"
|
||||
latin:keyWidth="40%p" />
|
||||
<Key
|
||||
latin:keyStyle="zwnjKeyStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:bottomEmojiKeyEnabled="true"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="bottomEmojiKeyStyle" />
|
||||
<Key
|
||||
latin:keyStyle="spaceKeyStyle"
|
||||
latin:keyWidth="40%p" />
|
||||
</case>
|
||||
<!-- bottomEmojiKeyEnabled="false" -->
|
||||
<default>
|
||||
<Key
|
||||
latin:keyStyle="spaceKeyStyle"
|
||||
latin:keyWidth="50%p" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="spaceKeyStyle"
|
||||
latin:keyWidth="30%p" />
|
||||
</merge>
|
@ -1,133 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2014, 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-auto"
|
||||
>
|
||||
<!-- Go key -->
|
||||
<switch>
|
||||
<case latin:isIconDefined="go_key">
|
||||
<key-style
|
||||
latin:styleName="goActionKeyStyle"
|
||||
latin:keySpec="!icon/go_key|!code/key_enter"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="goActionKeyStyle"
|
||||
latin:keySpec="!text/label_go_key|!code/key_enter"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- Next key -->
|
||||
<switch>
|
||||
<case latin:isIconDefined="next_key">
|
||||
<key-style
|
||||
latin:styleName="nextActionKeyStyle"
|
||||
latin:keySpec="!icon/next_key|!code/key_enter"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="nextActionKeyStyle"
|
||||
latin:keySpec="!text/label_next_key|!code/key_enter"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- Previous key -->
|
||||
<switch>
|
||||
<case latin:isIconDefined="previous_key">
|
||||
<key-style
|
||||
latin:styleName="previousActionKeyStyle"
|
||||
latin:keySpec="!icon/previous_key|!code/key_enter"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="previousActionKeyStyle"
|
||||
latin:keySpec="!text/label_previous_key|!code/key_enter"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- Done key -->
|
||||
<switch>
|
||||
<case latin:isIconDefined="done_key">
|
||||
<key-style
|
||||
latin:styleName="doneActionKeyStyle"
|
||||
latin:keySpec="!icon/done_key|!code/key_enter"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="doneActionKeyStyle"
|
||||
latin:keySpec="!text/label_done_key|!code/key_enter"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- Send key -->
|
||||
<switch>
|
||||
<case latin:isIconDefined="send_key">
|
||||
<key-style
|
||||
latin:styleName="sendActionKeyStyle"
|
||||
latin:keySpec="!icon/send_key|!code/key_enter"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="sendActionKeyStyle"
|
||||
latin:keySpec="!text/label_send_key|!code/key_enter"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- Seartch key -->
|
||||
<switch>
|
||||
<case latin:isIconDefined="search_key">
|
||||
<key-style
|
||||
latin:styleName="searchActionKeyStyle"
|
||||
latin:keySpec="!icon/search_key|!code/key_enter"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="searchActionKeyStyle"
|
||||
latin:keySpec="!text/label_search_key|!code/key_enter"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
<switch>
|
||||
<case latin:keyboardTheme="ICS|KLP">
|
||||
<key-style
|
||||
latin:styleName="customLabelActionKeyStyle"
|
||||
latin:keySpec="dummy_label|!code/key_enter"
|
||||
latin:keyLabelFlags="fromCustomActionLabel"
|
||||
latin:backgroundType="action"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</case>
|
||||
<!-- keyboardTheme="LXXLight|LXXDark" -->
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="customLabelActionKeyStyle"
|
||||
latin:keySpec="dummy_label|!code/key_enter"
|
||||
latin:keyLabelFlags="fromCustomActionLabel"
|
||||
latin:backgroundType="functional"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
@ -1,145 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2010, 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-auto"
|
||||
>
|
||||
<switch>
|
||||
<case
|
||||
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="hasShiftedLetterHintStyle"
|
||||
latin:keyLabelFlags="hasShiftedLetterHint|shiftedLetterActivated" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="hasShiftedLetterHintStyle"
|
||||
latin:keyLabelFlags="hasShiftedLetterHint" />
|
||||
</default>
|
||||
</switch>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_styles_settings" />
|
||||
<!-- Functional key styles -->
|
||||
<!-- Base style for shift key. A single space is used for base label in moreKeys. -->
|
||||
<key-style
|
||||
latin:styleName="baseForShiftKeyStyle"
|
||||
latin:keyActionFlags="noKeyPreview"
|
||||
latin:keyLabelFlags="preserveCase|disableKeyHintLabel"
|
||||
latin:moreKeys="!noPanelAutoMoreKey!, |!code/key_capslock" />
|
||||
<switch>
|
||||
<case
|
||||
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetAutomaticShifted"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="shiftKeyStyle"
|
||||
latin:keySpec="!icon/shift_key_shifted|!code/key_shift"
|
||||
latin:backgroundType="stickyOff"
|
||||
latin:parentStyle="baseForShiftKeyStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:keyboardLayoutSetElement="alphabetShiftLocked|alphabetShiftLockShifted"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="shiftKeyStyle"
|
||||
latin:keySpec="!icon/shift_key_shifted|!code/key_shift"
|
||||
latin:backgroundType="stickyOn"
|
||||
latin:parentStyle="baseForShiftKeyStyle" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="shiftKeyStyle"
|
||||
latin:keySpec="!icon/shift_key|!code/key_shift"
|
||||
latin:backgroundType="stickyOff"
|
||||
latin:parentStyle="baseForShiftKeyStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
<key-style
|
||||
latin:styleName="deleteKeyStyle"
|
||||
latin:keySpec="!icon/delete_key|!code/key_delete"
|
||||
latin:keyActionFlags="isRepeatable|noKeyPreview"
|
||||
latin:keyLabelFlags="disableKeyHintLabel"
|
||||
latin:backgroundType="functional" />
|
||||
<!-- emojiKeyStyle must be defined before including @xml/key_syles_enter. -->
|
||||
<key-style
|
||||
latin:styleName="emojiKeyStyle"
|
||||
latin:keySpec="!icon/emoji_action_key|!code/key_emoji"
|
||||
latin:keyActionFlags="noKeyPreview"
|
||||
latin:backgroundType="action" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_styles_enter" />
|
||||
<!-- TODO: Currently there is no way to specify icon alignment per theme. -->
|
||||
<key-style
|
||||
latin:styleName="spaceKeyStyle"
|
||||
latin:keySpec="!icon/space_key|!code/key_space"
|
||||
latin:backgroundType="spacebar"
|
||||
latin:keyLabelFlags="disableKeyHintLabel"
|
||||
latin:keyActionFlags="noKeyPreview|enableLongPress" />
|
||||
<!-- U+200C: ZERO WIDTH NON-JOINER
|
||||
U+200D: ZERO WIDTH JOINER -->
|
||||
<key-style
|
||||
latin:styleName="zwnjKeyStyle"
|
||||
latin:keySpec="!icon/zwnj_key|‌"
|
||||
latin:moreKeys="!icon/zwj_key|‍"
|
||||
latin:keyLabelFlags="hasPopupHint"
|
||||
latin:keyActionFlags="noKeyPreview" />
|
||||
<key-style
|
||||
latin:styleName="settingsKeyStyle"
|
||||
latin:keySpec="!icon/settings_key|!code/key_settings"
|
||||
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping"
|
||||
latin:altCode="!code/key_space"
|
||||
latin:backgroundType="functional" />
|
||||
<key-style
|
||||
latin:styleName="tabKeyStyle"
|
||||
latin:keySpec="!icon/tab_key|!code/key_tab"
|
||||
latin:backgroundType="functional" />
|
||||
<!-- Note: This key style is not for functional tab key. This is used for the tab key which is
|
||||
laid out as normal letter key. -->
|
||||
<key-style
|
||||
latin:styleName="nonSpecialBackgroundTabKeyStyle"
|
||||
latin:keySpec="!icon/tab_key|!code/key_tab" />
|
||||
<key-style
|
||||
latin:styleName="baseForLayoutSwitchKeyStyle"
|
||||
latin:keyLabelFlags="preserveCase|followFunctionalTextColor"
|
||||
latin:keyActionFlags="noKeyPreview"
|
||||
latin:backgroundType="functional" />
|
||||
<key-style
|
||||
latin:styleName="toSymbolKeyStyle"
|
||||
latin:keySpec="!text/keylabel_to_symbol|!code/key_switch_alpha_symbol"
|
||||
latin:parentStyle="baseForLayoutSwitchKeyStyle" />
|
||||
<key-style
|
||||
latin:styleName="toAlphaKeyStyle"
|
||||
latin:keySpec="!text/keylabel_to_alpha|!code/key_switch_alpha_symbol"
|
||||
latin:parentStyle="baseForLayoutSwitchKeyStyle" />
|
||||
<key-style
|
||||
latin:styleName="toMoreSymbolKeyStyle"
|
||||
latin:keySpec="!text/keylabel_to_more_symbol|!code/key_shift"
|
||||
latin:parentStyle="baseForLayoutSwitchKeyStyle" />
|
||||
<key-style
|
||||
latin:styleName="backFromMoreSymbolKeyStyle"
|
||||
latin:keySpec="!text/keylabel_to_symbol|!code/key_shift"
|
||||
latin:parentStyle="baseForLayoutSwitchKeyStyle" />
|
||||
<key-style
|
||||
latin:styleName="comKeyStyle"
|
||||
latin:keySpec="!text/keyspec_popular_domain"
|
||||
latin:keyLabelFlags="autoXScale|fontNormal|hasPopupHint|preserveCase"
|
||||
latin:moreKeys="!text/morekeys_popular_domain"
|
||||
latin:backgroundType="functional" />
|
||||
</merge>
|
@ -1,167 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto">
|
||||
<switch>
|
||||
<case latin:passwordInput="true">
|
||||
<include latin:keyboardLayout="@xml/key_styles_currency_dollar" />
|
||||
</case>
|
||||
<!-- Countries using Euro currency, 23 countries as of November 2012.
|
||||
1. Andorra (ca_AD, ca_ES)
|
||||
2. Austria (de_AT)
|
||||
3. Belgium (nl_BE, fr_BE, de_BE)
|
||||
4. Cyprus (el_CY, tr_CY)
|
||||
5. Estonia (et_EE)
|
||||
6. Finland (fi_FI, sv_FI)
|
||||
7. France (fr_FR)
|
||||
8. Germany (de_DE)
|
||||
9. Greece (el_GR)
|
||||
10. Ireland (ga_IE, en_IE)
|
||||
11. Italy (it_IT)
|
||||
12. Kosovo (sq_XK, sr_XK)
|
||||
13. Luxembourg (lb_LU, fr_LU, de_LU)
|
||||
14. Malta (mt_MT, en_MT)
|
||||
15. Monaco (fr_MO)
|
||||
16. Montenegro (??_ME)
|
||||
17. Netherlands (nl_NL)
|
||||
18. Portugal (pt_PT)
|
||||
19. San Marino (it_SM)
|
||||
20. Slovakia (sk_SK)
|
||||
21. Slovenia (sl_SI)
|
||||
22. Spain (es_ES, ca_ES, eu_ES, gl_ES)
|
||||
23. Vatican City (it_VA) -->
|
||||
<case latin:countryCode="AD|AT|BE|CY|EE|FI|FR|DE|GR|IE|IT|XK|LU|MT|MO|ME|NL|PT|SM|SK|SI|ES|VA">
|
||||
<include latin:keyboardLayout="@xml/key_styles_currency_euro" />
|
||||
</case>
|
||||
<!-- Note: Some subtype locale may not have country code, and it it supposed to indicate the
|
||||
country where the language originally/mainly spoken. -->
|
||||
<!-- Though Denmark, Sweden and Turkey don't use Euro as their currency, having the Euro
|
||||
sign on the symbol keyboard might be useful. Especially Danish krone (kr), Swedish
|
||||
krona (kr) and Turkish lira (TL) can be represented by usual alphabet letters. -->
|
||||
<!-- TODO: The currency sign of Turkish Lira was created in 2012 and assigned U+20BA for
|
||||
its unicode, although there is no font glyph for it as of November 2012. -->
|
||||
<!-- da: Denmark (da_DK)
|
||||
de: Germany (de_DE)
|
||||
es: Spain (es_ES)
|
||||
fi: Finland (fi_FI)
|
||||
fr: France(fr_FR)
|
||||
it: Italy (it_IT)
|
||||
nl: Netherlands (nl_NL)
|
||||
sk: Slovakia (sk_SK)
|
||||
sl: Slovenia (sl_SL)
|
||||
sv: Sweden (sv_SV)
|
||||
tr: Trukey (tr_TR) -->
|
||||
<case latin:localeCode="da|de|es|el|fi|fr|it|nl|sk|sl|sv|tr">
|
||||
<include latin:keyboardLayout="@xml/key_styles_currency_euro" />
|
||||
</case>
|
||||
<!-- ca: Catalan (Andorra, Spain)
|
||||
et: Estonian (Estonia)
|
||||
lb: Luxembougish (Luxembourg)
|
||||
mt: Maltese (Malta) -->
|
||||
<case latin:languageCode="ca|et|lb|mt">
|
||||
<include latin:keyboardLayout="@xml/key_styles_currency_euro" />
|
||||
</case>
|
||||
<!-- fa: Persian (Rial and Afgahni)
|
||||
hi: Hindi (Indian Rupee)
|
||||
hi_ZZ: Hinglish (Indian Rupee)
|
||||
iw: Hebrew (New Sheqel)
|
||||
lo: Lao (Kip)
|
||||
mn: Mongolian (Tugrik)
|
||||
ne: Nepali (Nepalese Rupee)
|
||||
th: Thai (Baht)
|
||||
uk: Ukrainian (Hryvnia)
|
||||
vi: Vietnamese (Dong) -->
|
||||
<!-- TODO: The currency sign of Turkish Lira was created in 2012 and assigned U+20BA for
|
||||
its unicode, although there is no font glyph for it as of November 2012. -->
|
||||
<!-- TODO: The currency sign of Armenian Dram was created in 2012 and assigned U+058F for
|
||||
its unicode, although there is no font glyph for it as of September 2013. -->
|
||||
<!-- TODO: The currency sign of Russian Ruble was created in 2014 and assigned U+20BD for
|
||||
its unicode, although there is no font glyph for it as of August 2014. -->
|
||||
<case latin:languageCode="fa|hi|iw|lo|mn|ne|th|uk|vi">
|
||||
<include latin:keyboardLayout="@xml/key_styles_currency_generic" />
|
||||
</case>
|
||||
<!-- si_LK: Sinhala (Sri Lanka) (Sri Lanka Rupee)
|
||||
ta_LK: Tamil (Sri Lanka) (Sri Lanka Rupee)
|
||||
bn_BD: Bengali (Bangladesh) (Taka) -->
|
||||
<case latin:countryCode="LK|BD">
|
||||
<include latin:keyboardLayout="@xml/key_styles_currency_generic" />
|
||||
</case>
|
||||
<!-- bn_IN: Bengali (India) (Indian Rupee)
|
||||
en_IN: English (India) (Indian Rupee)
|
||||
kn_IN: Kannada (India) (Indian Rupee)
|
||||
ml_IN: Malayalam (India) (Indian Rupee)
|
||||
mr_IN: Marathi (India) (Indian Rupee)
|
||||
ta_IN: Tamil (India) (Indian Rupee)
|
||||
te_IN: Telugu (India) (Indian Rupee)
|
||||
-->
|
||||
<case latin:countryCode="IN">
|
||||
<!-- U+20B9: "₹" INDIAN RUPEE SIGN
|
||||
U+00A3: "£" POUND SIGN
|
||||
U+20AC: "€" EURO SIGN
|
||||
U+00A2: "¢" CENT SIGN -->
|
||||
<key-style
|
||||
latin:styleName="currencyKeyStyle"
|
||||
latin:keySpec="₹"
|
||||
latin:moreKeys="!text/morekeys_currency_generic" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency1KeyStyle"
|
||||
latin:keySpec="£" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency2KeyStyle"
|
||||
latin:keySpec="€" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency3KeyStyle"
|
||||
latin:keySpec="$"
|
||||
latin:moreKeys="¢" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency4KeyStyle"
|
||||
latin:keySpec="¢" />
|
||||
</case>
|
||||
<!-- GB: United Kingdom (Pound) -->
|
||||
<case latin:countryCode="GB">
|
||||
<!-- U+00A3: "£" POUND SIGN
|
||||
U+20AC: "€" EURO SIGN
|
||||
U+00A5: "¥" YEN SIGN
|
||||
U+00A2: "¢" CENT SIGN
|
||||
U+20B1: "₱" PESO SIGN -->
|
||||
<key-style
|
||||
latin:styleName="currencyKeyStyle"
|
||||
latin:keySpec="£"
|
||||
latin:moreKeys="¢,$,€,¥,₱" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency1KeyStyle"
|
||||
latin:keySpec="€" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency2KeyStyle"
|
||||
latin:keySpec="¥" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency3KeyStyle"
|
||||
latin:keySpec="$"
|
||||
latin:moreKeys="¢" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency4KeyStyle"
|
||||
latin:keySpec="¢" />
|
||||
</case>
|
||||
<!-- ar: Arabic (Dollar and Rial) -->
|
||||
<default>
|
||||
<include latin:keyboardLayout="@xml/key_styles_currency_dollar" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
@ -1,42 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto">
|
||||
<!-- U+00A3: "£" POUND SIGN
|
||||
U+00A2: "¢" CENT SIGN
|
||||
U+20AC: "€" EURO SIGN
|
||||
U+00A5: "¥" YEN SIGN -->
|
||||
<key-style
|
||||
latin:styleName="currencyKeyStyle"
|
||||
latin:keySpec="$"
|
||||
latin:moreKeys="!text/morekeys_currency_dollar" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency1KeyStyle"
|
||||
latin:keySpec="£" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency2KeyStyle"
|
||||
latin:keySpec="¢" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency3KeyStyle"
|
||||
latin:keySpec="€" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency4KeyStyle"
|
||||
latin:keySpec="¥" />
|
||||
</merge>
|
@ -1,44 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, 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-auto">
|
||||
<!-- U+20AC: "€" EURO SIGN
|
||||
U+00A2: "¢" CENT SIGN
|
||||
U+00A3: "£" POUND SIGN
|
||||
U+00A5: "¥" YEN SIGN
|
||||
U+20B1: "₱" PESO SIGN -->
|
||||
<key-style
|
||||
latin:styleName="currencyKeyStyle"
|
||||
latin:keySpec="€"
|
||||
latin:moreKeys="¢,£,$,¥,₱" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency1KeyStyle"
|
||||
latin:keySpec="£" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency2KeyStyle"
|
||||
latin:keySpec="¥" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency3KeyStyle"
|
||||
latin:keySpec="$"
|
||||
latin:moreKeys="¢" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency4KeyStyle"
|
||||
latin:keySpec="¢" />
|
||||
</merge>
|
@ -1,42 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2014, 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-auto">
|
||||
<!-- U+00A3: "£" POUND SIGN
|
||||
U+20AC: "€" EURO SIGN
|
||||
U+00A2: "¢" CENT SIGN -->
|
||||
<key-style
|
||||
latin:styleName="currencyKeyStyle"
|
||||
latin:keySpec="!text/keyspec_currency"
|
||||
latin:moreKeys="!text/morekeys_currency_generic" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency1KeyStyle"
|
||||
latin:keySpec="£" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency2KeyStyle"
|
||||
latin:keySpec="€" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency3KeyStyle"
|
||||
latin:keySpec="$"
|
||||
latin:moreKeys="¢" />
|
||||
<key-style
|
||||
latin:styleName="moreCurrency4KeyStyle"
|
||||
latin:keySpec="¢" />
|
||||
</merge>
|
@ -1,313 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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-auto"
|
||||
>
|
||||
<!-- Navigate more keys style -->
|
||||
<include latin:keyboardLayout="@xml/key_styles_navigate_more_keys" />
|
||||
<switch>
|
||||
<!-- latin:passwordInput="true" -->
|
||||
<case
|
||||
latin:imeAction="actionNext"
|
||||
latin:navigatePrevious="true"
|
||||
latin:passwordInput="true"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigatePreviousMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionNext"
|
||||
latin:passwordInput="true"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionPrevious"
|
||||
latin:navigateNext="true"
|
||||
latin:passwordInput="true"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigateNextMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionPrevious"
|
||||
latin:passwordInput="true"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:navigateNext="true"
|
||||
latin:navigatePrevious="true"
|
||||
latin:passwordInput="true"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigatePreviousNextMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:navigateNext="true"
|
||||
latin:passwordInput="true"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigateNextMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:navigatePrevious="true"
|
||||
latin:passwordInput="true"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigatePreviousMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:passwordInput="true"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle" />
|
||||
</case>
|
||||
<!-- latin:mode="email|url|phone|number|date|time|datetime" -->
|
||||
<case
|
||||
latin:imeAction="actionNext"
|
||||
latin:navigatePrevious="true"
|
||||
latin:mode="email|url|phone|number|date|time|datetime"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigatePreviousMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionNext"
|
||||
latin:mode="email|url|phone|number|date|time|datetime"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionPrevious"
|
||||
latin:navigateNext="true"
|
||||
latin:mode="email|url|phone|number|date|time|datetime"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigateNextMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionPrevious"
|
||||
latin:mode="email|url|phone|number|date|time|datetime"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:navigateNext="true"
|
||||
latin:navigatePrevious="true"
|
||||
latin:mode="email|url|phone|number|date|time|datetime"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigatePreviousNextMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:navigateNext="true"
|
||||
latin:mode="email|url|phone|number|date|time|datetime"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigateNextMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:navigatePrevious="true"
|
||||
latin:mode="email|url|phone|number|date|time|datetime"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigatePreviousMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:mode="email|url|phone|number|date|time|datetime"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle" />
|
||||
</case>
|
||||
<!-- default -->
|
||||
<case
|
||||
latin:imeAction="actionNext"
|
||||
latin:navigatePrevious="true"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigateEmojiPreviousMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionNext"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigateEmojiMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionPrevious"
|
||||
latin:navigateNext="true"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigateEmojiNextMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionPrevious"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigateEmojiMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:navigateNext="true"
|
||||
latin:navigatePrevious="true"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigateEmojiPreviousNextMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:navigateNext="true"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigateEmojiNextMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:navigatePrevious="true"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigateEmojiPreviousMoreKeysStyle" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:parentStyle="navigateEmojiMoreKeysStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- Enter key style -->
|
||||
<switch>
|
||||
<case latin:keyboardTheme="ICS|KLP">
|
||||
<key-style
|
||||
latin:styleName="defaultEnterKeyStyle"
|
||||
latin:keySpec="!icon/enter_key|!code/key_enter"
|
||||
latin:keyLabelFlags="preserveCase|autoXScale|followKeyLabelRatio|followFunctionalTextColor|disableKeyHintLabel"
|
||||
latin:keyActionFlags="noKeyPreview"
|
||||
latin:backgroundType="action"
|
||||
latin:parentStyle="navigateMoreKeysStyle" />
|
||||
</case>
|
||||
<!-- keyboardTheme="LXXLight|LXXDark" -->
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="defaultEnterKeyStyle"
|
||||
latin:keySpec="!icon/enter_key|!code/key_enter"
|
||||
latin:keyLabelFlags="preserveCase|autoXScale|followKeyLabelRatio|followFunctionalTextColor|disableKeyHintLabel"
|
||||
latin:keyActionFlags="noKeyPreview"
|
||||
latin:backgroundType="action"
|
||||
latin:parentStyle="navigateMoreKeysStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
<include latin:keyboardLayout="@xml/key_styles_actions" />
|
||||
<switch>
|
||||
<!-- Shift + Enter in textMultiLine field. -->
|
||||
<case
|
||||
latin:isMultiLine="true"
|
||||
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="enterKeyStyle"
|
||||
latin:keySpec="!icon/enter_key|!code/key_shift_enter"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</case>
|
||||
<!-- Smiley in textShortMessage field.
|
||||
This <case> should be after Shift + Enter <case> and before any of action <case>. -->
|
||||
<!--<case
|
||||
latin:mode="im"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="enterKeyStyle"
|
||||
latin:parentStyle="emojiKeyStyle" />
|
||||
</case>-->
|
||||
<case
|
||||
latin:imeAction="actionGo"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="enterKeyStyle"
|
||||
latin:parentStyle="goActionKeyStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionNext"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="enterKeyStyle"
|
||||
latin:parentStyle="nextActionKeyStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionPrevious"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="enterKeyStyle"
|
||||
latin:parentStyle="previousActionKeyStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionDone"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="enterKeyStyle"
|
||||
latin:parentStyle="doneActionKeyStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionSend"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="enterKeyStyle"
|
||||
latin:parentStyle="sendActionKeyStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionSearch"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="enterKeyStyle"
|
||||
latin:parentStyle="searchActionKeyStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionCustomLabel"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="enterKeyStyle"
|
||||
latin:parentStyle="customLabelActionKeyStyle" />
|
||||
</case>
|
||||
<!-- imeAction is either actionNone or actionUnspecified. -->
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="enterKeyStyle"
|
||||
latin:parentStyle="defaultEnterKeyStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user