am 0be36ee0: Add left/right padding to phone/number layout of tablet
* commit '0be36ee096eccea7aff5dc5d0505420ae55dc8ce': Add left/right padding to phone/number layout of tabletmain
commit
07eda8be1e
|
@ -0,0 +1,28 @@
|
||||||
|
<?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/com.android.inputmethod.latin"
|
||||||
|
latin:keyboardHorizontalEdgesPadding="10%p"
|
||||||
|
latin:keyWidth="15.00%p"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/kbd_rows_number" />
|
||||||
|
</Keyboard>
|
|
@ -0,0 +1,28 @@
|
||||||
|
<?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/com.android.inputmethod.latin"
|
||||||
|
latin:keyboardHorizontalEdgesPadding="10%p"
|
||||||
|
latin:keyWidth="15.00%p"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/kbd_rows_phone" />
|
||||||
|
</Keyboard>
|
|
@ -0,0 +1,28 @@
|
||||||
|
<?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/com.android.inputmethod.latin"
|
||||||
|
latin:keyboardHorizontalEdgesPadding="10%p"
|
||||||
|
latin:keyWidth="15.00%p"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/kbd_rows_phone_shift" />
|
||||||
|
</Keyboard>
|
|
@ -23,187 +23,5 @@
|
||||||
latin:keyWidth="16.75%p"
|
latin:keyWidth="16.75%p"
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/kbd_key_styles" />
|
latin:keyboardLayout="@xml/kbd_rows_number" />
|
||||||
<include
|
|
||||||
latin:keyboardLayout="@xml/kbd_numkey_styles" />
|
|
||||||
<switch>
|
|
||||||
<case
|
|
||||||
latin:passwordInput="true"
|
|
||||||
>
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="24.875%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num1KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num2KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num3KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="deleteKeyStyle"
|
|
||||||
latin:keyXPos="-11.00%p"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="24.875%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num4KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num5KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num6KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="returnKeyStyle"
|
|
||||||
latin:keyXPos="-11.00%p"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="24.875%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num7KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num8KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num9KeyStyle" />
|
|
||||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="tabKeyStyle"
|
|
||||||
latin:keyWidth="11.00%p" />
|
|
||||||
<Spacer
|
|
||||||
latin:keyXPos="24.875%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num0KeyStyle" />
|
|
||||||
<Spacer
|
|
||||||
latin:keyXPos="-11.00%p"
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
<include
|
|
||||||
latin:keyboardLayout="@xml/kbd_qwerty_f2" />
|
|
||||||
</Row>
|
|
||||||
</case>
|
|
||||||
<!-- latin:passwordInput="false" -->
|
|
||||||
<default>
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="11.00%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="-"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="+"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="."
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="1"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyXPos="38.75%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="2"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="3"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="deleteKeyStyle"
|
|
||||||
latin:keyXPos="-11.00%p"
|
|
||||||
latin:keyWidth="fillBoth" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="11.00%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numStarKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="/"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=","
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="4"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyXPos="38.75%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="5"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="6"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="returnKeyStyle"
|
|
||||||
latin:keyXPos="-11.00%p"
|
|
||||||
latin:keyWidth="fillBoth" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="11.00%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="("
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=")"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="="
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="7"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyXPos="38.75%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="8"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="9"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numTabKeyStyle"
|
|
||||||
latin:keyWidth="11.00%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="nonSpecialBackgroundSpaceKeyStyle"
|
|
||||||
latin:keyWidth="27.75%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numStarKeyStyle"
|
|
||||||
latin:keyXPos="38.75%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="0"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="#"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Spacer
|
|
||||||
latin:keyXPos="-11.00%p"
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
<include
|
|
||||||
latin:keyboardLayout="@xml/kbd_qwerty_f2" />
|
|
||||||
</Row>
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
|
@ -23,101 +23,5 @@
|
||||||
latin:keyWidth="16.75%p"
|
latin:keyWidth="16.75%p"
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/kbd_key_styles" />
|
latin:keyboardLayout="@xml/kbd_rows_phone" />
|
||||||
<include
|
|
||||||
latin:keyboardLayout="@xml/kbd_numkey_styles" />
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="15.625%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="-"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="+"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num1KeyStyle"
|
|
||||||
latin:keyXPos="38.867%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num2KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num3KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="deleteKeyStyle"
|
|
||||||
latin:keyXPos="-11.00%p"
|
|
||||||
latin:keyWidth="fillBoth" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="15.625%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=","
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="."
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num4KeyStyle"
|
|
||||||
latin:keyXPos="38.867%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num5KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num6KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="returnKeyStyle"
|
|
||||||
latin:keyXPos="-11.00%p"
|
|
||||||
latin:keyWidth="fillBoth" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="toMoreSymbolKeyStyle"
|
|
||||||
latin:keyWidth="11.0%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="("
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyXPos="15.625%p"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=")"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num7KeyStyle"
|
|
||||||
latin:keyXPos="38.867%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num8KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num9KeyStyle" />
|
|
||||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numTabKeyStyle"
|
|
||||||
latin:keyWidth="11.00%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="nonSpecialBackgroundSpaceKeyStyle"
|
|
||||||
latin:keyXPos="15.625%p"
|
|
||||||
latin:keyWidth="18.50%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numStarKeyStyle"
|
|
||||||
latin:keyXPos="38.867%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num0KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="#"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Spacer
|
|
||||||
latin:keyXPos="-11.00%p"
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
<include
|
|
||||||
latin:keyboardLayout="@xml/kbd_qwerty_f2" />
|
|
||||||
</Row>
|
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
|
@ -23,109 +23,5 @@
|
||||||
latin:keyWidth="16.75%p"
|
latin:keyWidth="16.75%p"
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/kbd_key_styles" />
|
latin:keyboardLayout="@xml/kbd_rows_phone_shift" />
|
||||||
<include
|
|
||||||
latin:keyboardLayout="@xml/kbd_numkey_styles" />
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="11.00%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="-"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="+"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numPauseKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num1KeyStyle"
|
|
||||||
latin:keyXPos="38.867%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num2KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num3KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="deleteKeyStyle"
|
|
||||||
latin:keyXPos="-11.00%p"
|
|
||||||
latin:keyWidth="fillBoth" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="11.00%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=","
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="."
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numWaitKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num4KeyStyle"
|
|
||||||
latin:keyXPos="38.867%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num5KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num6KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="returnKeyStyle"
|
|
||||||
latin:keyXPos="-11.00%p"
|
|
||||||
latin:keyWidth="fillBoth" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="backFromMoreSymbolKeyStyle"
|
|
||||||
latin:keyWidth="11.00%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="("
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=")"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="N"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="9.25%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num7KeyStyle"
|
|
||||||
latin:keyXPos="38.867%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num8KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num9KeyStyle" />
|
|
||||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numTabKeyStyle"
|
|
||||||
latin:keyWidth="11.00%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="nonSpecialBackgroundSpaceKeyStyle"
|
|
||||||
latin:keyWidth="27.75%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numStarKeyStyle"
|
|
||||||
latin:keyXPos="38.867%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num0KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="#"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Spacer
|
|
||||||
latin:keyXPos="-11.00%p"
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
<include
|
|
||||||
latin:keyboardLayout="@xml/kbd_qwerty_f2" />
|
|
||||||
</Row>
|
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
|
@ -18,9 +18,8 @@
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Keyboard
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
latin:keyWidth="16.75%p"
|
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/kbd_key_styles" />
|
latin:keyboardLayout="@xml/kbd_key_styles" />
|
||||||
|
@ -206,4 +205,4 @@
|
||||||
</Row>
|
</Row>
|
||||||
</default>
|
</default>
|
||||||
</switch>
|
</switch>
|
||||||
</Keyboard>
|
</merge>
|
||||||
|
|
|
@ -18,9 +18,8 @@
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Keyboard
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
latin:keyWidth="16.75%p"
|
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/kbd_key_styles" />
|
latin:keyboardLayout="@xml/kbd_key_styles" />
|
||||||
|
@ -120,4 +119,4 @@
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/kbd_qwerty_f2" />
|
latin:keyboardLayout="@xml/kbd_qwerty_f2" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</merge>
|
||||||
|
|
|
@ -18,9 +18,8 @@
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Keyboard
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
latin:keyWidth="16.75%p"
|
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/kbd_key_styles" />
|
latin:keyboardLayout="@xml/kbd_key_styles" />
|
||||||
|
@ -128,4 +127,4 @@
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/kbd_qwerty_f2" />
|
latin:keyboardLayout="@xml/kbd_qwerty_f2" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</merge>
|
||||||
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
<?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/com.android.inputmethod.latin"
|
||||||
|
latin:keyboardHorizontalEdgesPadding="10%p"
|
||||||
|
latin:keyWidth="13.250%p"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/kbd_rows_number" />
|
||||||
|
</Keyboard>
|
|
@ -0,0 +1,28 @@
|
||||||
|
<?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/com.android.inputmethod.latin"
|
||||||
|
latin:keyboardHorizontalEdgesPadding="10%p"
|
||||||
|
latin:keyWidth="13.250%p"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/kbd_rows_phone" />
|
||||||
|
</Keyboard>
|
|
@ -0,0 +1,28 @@
|
||||||
|
<?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/com.android.inputmethod.latin"
|
||||||
|
latin:keyboardHorizontalEdgesPadding="10%p"
|
||||||
|
latin:keyWidth="13.250%p"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/kbd_rows_phone_shift" />
|
||||||
|
</Keyboard>
|
|
@ -23,206 +23,5 @@
|
||||||
latin:keyWidth="13.250%p"
|
latin:keyWidth="13.250%p"
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/kbd_key_styles" />
|
latin:keyboardLayout="@xml/kbd_rows_number" />
|
||||||
<include
|
|
||||||
latin:keyboardLayout="@xml/kbd_numkey_styles" />
|
|
||||||
<switch>
|
|
||||||
<case
|
|
||||||
latin:passwordInput="true"
|
|
||||||
>
|
|
||||||
<Row>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numTabKeyStyle"
|
|
||||||
latin:keyLabelOption="alignLeft"
|
|
||||||
latin:keyWidth="11.172%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num1KeyStyle"
|
|
||||||
latin:keyXPos="32.076%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num2KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num3KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="deleteKeyStyle"
|
|
||||||
latin:keyXPos="-11.172%p"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="32.076%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num4KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num5KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num6KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="returnKeyStyle"
|
|
||||||
latin:keyXPos="-11.172%p"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="32.076%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num7KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num8KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num9KeyStyle" />
|
|
||||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<Spacer
|
|
||||||
latin:keyXPos="32.076%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num0KeyStyle" />
|
|
||||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
</Row>
|
|
||||||
</case>
|
|
||||||
<!-- latin:passwordInput="false" -->
|
|
||||||
<default>
|
|
||||||
<Row>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="tabKeyStyle"
|
|
||||||
latin:keyLabelOption="alignLeft"
|
|
||||||
latin:keyWidth="11.172%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="-"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyXPos="13.829%p"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="+"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="."
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="1"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyXPos="43.125%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="2"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="3"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="deleteKeyStyle"
|
|
||||||
latin:keyXPos="-11.172%p"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="13.829%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numStarKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="/"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=","
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="4"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyXPos="43.125%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="5"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="6"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="returnKeyStyle"
|
|
||||||
latin:keyXPos="-11.172%p"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="13.829%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="("
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=")"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="="
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="7"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyXPos="43.125%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="8"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="9"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<switch>
|
|
||||||
<case latin:hasSettingsKey="true">
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="settingsKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
</case>
|
|
||||||
<default>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="nonSpecialBackgroundSpaceKeyStyle"
|
|
||||||
latin:keyXPos="13.829%p"
|
|
||||||
latin:keyWidth="24.140%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numStarKeyStyle"
|
|
||||||
latin:keyXPos="43.125%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="0"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="#"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<switch>
|
|
||||||
<case
|
|
||||||
latin:shortcutKeyEnabled="true"
|
|
||||||
>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="shortcutKeyStyle"
|
|
||||||
latin:keyXPos="-8.047%p"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</case>
|
|
||||||
<default>
|
|
||||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
</Row>
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
|
@ -23,122 +23,5 @@
|
||||||
latin:keyWidth="13.250%p"
|
latin:keyWidth="13.250%p"
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/kbd_key_styles" />
|
latin:keyboardLayout="@xml/kbd_rows_phone" />
|
||||||
<include
|
|
||||||
latin:keyboardLayout="@xml/kbd_numkey_styles" />
|
|
||||||
<Row>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numTabKeyStyle"
|
|
||||||
latin:keyLabelOption="alignLeft"
|
|
||||||
latin:keyWidth="11.172%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="-"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyXPos="20.400%p"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="+"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num1KeyStyle"
|
|
||||||
latin:keyXPos="43.125%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num2KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num3KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="deleteKeyStyle"
|
|
||||||
latin:keyXPos="-11.172%p"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="toMoreSymbolKeyStyle"
|
|
||||||
latin:keyWidth="11.172%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=","
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyXPos="20.400%p"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="."
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num4KeyStyle"
|
|
||||||
latin:keyXPos="43.125%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num5KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num6KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="returnKeyStyle"
|
|
||||||
latin:keyXPos="-11.172%p"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="20.400%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="("
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=")"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num7KeyStyle"
|
|
||||||
latin:keyXPos="43.125%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num8KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num9KeyStyle" />
|
|
||||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<switch>
|
|
||||||
<case latin:hasSettingsKey="true">
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="settingsKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
</case>
|
|
||||||
<default>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="nonSpecialBackgroundSpaceKeyStyle"
|
|
||||||
latin:keyXPos="20.400%p"
|
|
||||||
latin:keyWidth="16.084%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numStarKeyStyle"
|
|
||||||
latin:keyXPos="43.125%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num0KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="#"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<switch>
|
|
||||||
<case
|
|
||||||
latin:shortcutKeyEnabled="true"
|
|
||||||
>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="shortcutKeyStyle"
|
|
||||||
latin:keyXPos="-8.047%p"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</case>
|
|
||||||
<default>
|
|
||||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
</Row>
|
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
|
@ -23,132 +23,5 @@
|
||||||
latin:keyWidth="13.250%p"
|
latin:keyWidth="13.250%p"
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/kbd_key_styles" />
|
latin:keyboardLayout="@xml/kbd_rows_phone_shift" />
|
||||||
<include
|
|
||||||
latin:keyboardLayout="@xml/kbd_numkey_styles" />
|
|
||||||
<Row>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numTabKeyStyle"
|
|
||||||
latin:keyLabelOption="alignLeft"
|
|
||||||
latin:keyWidth="11.172%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="-"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyXPos="13.829%p"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="+"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numPauseKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num1KeyStyle"
|
|
||||||
latin:keyXPos="43.125%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num2KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num3KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="deleteKeyStyle"
|
|
||||||
latin:keyXPos="-11.172%p"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="backFromMoreSymbolKeyStyle"
|
|
||||||
latin:keyWidth="11.172%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=","
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyXPos="13.829%p"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="."
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numWaitKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num4KeyStyle"
|
|
||||||
latin:keyXPos="43.125%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num5KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num6KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="returnKeyStyle"
|
|
||||||
latin:keyXPos="-11.172%p"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="13.829%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="("
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=")"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="N"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num7KeyStyle"
|
|
||||||
latin:keyXPos="43.125%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num8KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num9KeyStyle" />
|
|
||||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
</Row>
|
|
||||||
<Row>
|
|
||||||
<switch>
|
|
||||||
<case latin:hasSettingsKey="true">
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="settingsKeyStyle"
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
</case>
|
|
||||||
<default>
|
|
||||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="8.047%p" />
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="nonSpecialBackgroundSpaceKeyStyle"
|
|
||||||
latin:keyXPos="13.829%p"
|
|
||||||
latin:keyWidth="24.140%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numStarKeyStyle"
|
|
||||||
latin:keyXPos="43.125%p" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="num0KeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="#"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<switch>
|
|
||||||
<case
|
|
||||||
latin:shortcutKeyEnabled="true"
|
|
||||||
>
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="shortcutKeyStyle"
|
|
||||||
latin:keyXPos="-8.047%p"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</case>
|
|
||||||
<default>
|
|
||||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="0%p" />
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
</Row>
|
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
|
@ -18,9 +18,8 @@
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Keyboard
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
latin:keyWidth="13.250%p"
|
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/kbd_key_styles" />
|
latin:keyboardLayout="@xml/kbd_key_styles" />
|
||||||
|
@ -225,4 +224,4 @@
|
||||||
</Row>
|
</Row>
|
||||||
</default>
|
</default>
|
||||||
</switch>
|
</switch>
|
||||||
</Keyboard>
|
</merge>
|
||||||
|
|
|
@ -18,9 +18,8 @@
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Keyboard
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
latin:keyWidth="13.250%p"
|
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/kbd_key_styles" />
|
latin:keyboardLayout="@xml/kbd_key_styles" />
|
||||||
|
@ -141,4 +140,4 @@
|
||||||
</default>
|
</default>
|
||||||
</switch>
|
</switch>
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</merge>
|
||||||
|
|
|
@ -18,9 +18,8 @@
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Keyboard
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
latin:keyWidth="13.250%p"
|
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/kbd_key_styles" />
|
latin:keyboardLayout="@xml/kbd_key_styles" />
|
||||||
|
@ -151,4 +150,4 @@
|
||||||
</default>
|
</default>
|
||||||
</switch>
|
</switch>
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</merge>
|
||||||
|
|
Loading…
Reference in New Issue