| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright (C) 2008,2009 OMRON SOFTWARE Co., Ltd. |
| |
| 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:android="http://schemas.android.com/apk/res/android" |
| android:keyWidth="10%p" |
| android:horizontalGap="0px" |
| android:verticalGap="0px" |
| android:keyHeight="@dimen/key_height" |
| > |
| |
| <Row> |
| <Key android:codes="65297" android:keyLabel="1" android:keyEdgeFlags="left"/> |
| <Key android:codes="65298" android:keyLabel="2"/> |
| <Key android:codes="65299" android:keyLabel="3"/> |
| <Key android:codes="65300" android:keyLabel="4"/> |
| <Key android:codes="65301" android:keyLabel="5"/> |
| <Key android:codes="65302" android:keyLabel="6"/> |
| <Key android:codes="65303" android:keyLabel="7"/> |
| <Key android:codes="65304" android:keyLabel="8"/> |
| <Key android:codes="65305" android:keyLabel="9"/> |
| <Key android:codes="65296" android:keyLabel="0" android:keyEdgeFlags="right"/> |
| </Row> |
| |
| <Row> |
| <Key android:codes="65312" android:keyLabel="@string/key_qwerty_full_at_sign" android:keyEdgeFlags="left"/> |
| <Key android:codes="65283" android:keyLabel="@string/key_qwerty_full_number_sign" /> |
| <Key android:codes="65285" android:keyLabel="@string/key_qwerty_full_percent_sign" /> |
| <Key android:codes="65286" android:keyLabel="@string/key_qwerty_full_ampersand" /> |
| <Key android:codes="65290" android:keyLabel="@string/key_qwerty_full_asterrisk" /> |
| <Key android:codes="65291" android:keyLabel="@string/key_qwerty_full_plus_sign" /> |
| <Key android:codes="65293" android:keyLabel="@string/key_qwerty_full_minus_sign" /> |
| <Key android:codes="65309" android:keyLabel="@string/key_qwerty_full_equal_sign" /> |
| <Key android:codes="12300" android:keyLabel="@string/key_qwerty_kagi_kakko_left" /> |
| <Key android:codes="12301" android:keyLabel="@string/key_qwerty_kagi_kakko_right" android:keyEdgeFlags="right"/> |
| </Row> |
| |
| <Row> |
| <Key android:codes="-1" android:keyIcon="@drawable/key_qwerty_shift" android:iconPreview="@drawable/key_qwerty_shift_b" android:keyWidth="15%p" |
| android:isModifier="true" android:isSticky="false" android:keyEdgeFlags="left"/> |
| <Key android:codes="65281" android:keyLabel="@string/key_qwerty_full_exclamation_mark" /> |
| <Key android:codes="65288" android:keyLabel="@string/key_qwerty_full_left_parenthesis" /> |
| <Key android:codes="65289" android:keyLabel="@string/key_qwerty_full_right_parenthesis" /> |
| <Key android:codes="65306" android:keyLabel="@string/key_qwerty_full_colon" /> |
| <Key android:codes="65307" android:keyLabel="@string/key_qwerty_full_semicolon" /> |
| <Key android:codes="12539" android:keyLabel="@string/key_qwerty_full_middot" /> |
| <Key android:codes="65311" android:keyLabel="@string/key_qwerty_full_question" /> |
| <Key android:codes="-100" android:keyIcon="@drawable/key_qwerty_del" android:iconPreview="@drawable/key_qwerty_del_b" android:keyWidth="15%p" |
| android:keyEdgeFlags="right" android:isRepeatable="true"/> |
| </Row> |
| |
| <Row android:rowEdgeFlags="bottom"> |
| <Key android:codes="-230" android:keyLabel="@string/key_change_mode" |
| android:popupKeyboard="@xml/keyboard_switch_key_qwerty" |
| android:keyWidth="15%p" android:keyEdgeFlags="left" /> |
| <Key android:codes="-106" android:keyIcon="@drawable/key_qwerty_pict_sym" android:iconPreview="@drawable/key_qwerty_pict_sym_b" |
| android:keyWidth="15%p" /> |
| <Key android:codes="12288" android:keyIcon="@drawable/key_qwerty_space" android:iconPreview="@drawable/key_qwerty_space_b" |
| android:keyWidth="30%p" android:isRepeatable="true"/> |
| <Key android:codes="65292" android:keyLabel="@string/key_qwerty_full_comma" android:keyWidth="12.5%p" /> |
| <Key android:codes="65294" android:keyLabel="@string/key_qwerty_full_period" android:keyWidth="12.5%p" /> |
| <Key android:codes="-101" android:keyIcon="@drawable/key_qwerty_enter" android:iconPreview="@drawable/key_qwerty_enter_b" |
| android:keyWidth="15%p" android:keyEdgeFlags="right"/> |
| </Row> |
| </Keyboard> |