| <?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="8216" android:keyLabel="@string/key_qwerty_full_left_single_quote" android:keyEdgeFlags="left"/> |
| <Key android:codes="8217" android:keyLabel="@string/key_qwerty_full_right_single_quote"/> |
| <Key android:codes="12539" android:keyLabel="・"/> |
| <Key android:codes="8220" android:keyLabel="“" /> |
| <Key android:codes="8221" android:keyLabel="@string/key_qwerty_full_double_quotation_sign" /> |
| <Key android:codes="65307" android:keyLabel="@string/key_qwerty_full_semicolon"/> |
| <Key android:codes="65306" android:keyLabel="@string/key_qwerty_full_colon"/> |
| <Key android:codes="65339" android:keyLabel="[" /> |
| <Key android:codes="65341" android:keyLabel="]" /> |
| <Key android:codes="65374" android:keyLabel="@string/key_qwerty_full_thilde" 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="true" android:keyEdgeFlags="left"/> |
| <Key android:codes="12296" android:keyLabel="〈"/> |
| <Key android:codes="12297" android:keyLabel="〉"/> |
| <Key android:codes="12308" android:keyLabel="〔" /> |
| <Key android:codes="12309" android:keyLabel="〕" /> |
| <Key android:codes="8230" android:keyLabel="……" android:keyWidth="20%p"/> |
| <Key android:codes="12540" android:keyLabel="ー"/> |
| <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="-114" android:keyLabel="ALT" |
| android:popupKeyboard="@xml/default_cn_switch_key" |
| android:keyWidth="15%p" android:keyEdgeFlags="left"/> |
| <Key android:codes="-106" android:keyLabel="SYM" android:keyWidth="10%p"/> |
| <Key android:codes="65380" android:keyLabel="@string/key_qwerty_full_touten" android:keyWidth="10%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="65377" android:keyLabel="@string/key_qwerty_full_kuten" android:keyWidth="10%p"/> |
| <Key android:codes="65311" android:keyLabel="@string/key_qwerty_full_question" android:keyWidth="10%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> |