| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright (C) 2008-2012 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" |
| xmlns:wnn="http://schemas.android.com/apk/res/jp.co.omronsoft.openwnn" |
| android:keyWidth="20%p" |
| android:horizontalGap="0dip" |
| android:verticalGap="0dip" |
| android:keyHeight="@dimen/key_height" |
| > |
| |
| <Row> |
| <Key android:codes="-219" android:keyIcon="@drawable/key_12key_reverse" android:iconPreview="@drawable/key_12key_reverse_b" |
| android:keyEdgeFlags="left" android:keyWidth="18%" wnn:isSecondKey="true"/> |
| <Key android:codes="-201" android:keyLabel="@string/key_12key_katakana_1" android:horizontalGap="2%"/> |
| <Key android:codes="-202" android:keyLabel="@string/key_12key_katakana_2"/> |
| <Key android:codes="-203" android:keyLabel="@string/key_12key_katakana_3"/> |
| <Key android:codes="-214" android:keyIcon="@drawable/key_del" android:iconPreview="@drawable/key_del_b" |
| android:isRepeatable="true" android:keyEdgeFlags="right" android:horizontalGap="2%" android:keyWidth="18%" wnn:isSecondKey="true"/> |
| </Row> |
| |
| <Row> |
| <Key android:codes="-218" android:keyIcon="@drawable/key_12key_left" android:iconPreview="@drawable/key_12key_left_b" android:isRepeatable="true" android:keyEdgeFlags="left" android:keyWidth="18%" wnn:isSecondKey="true"/> |
| <Key android:codes="-204" android:keyLabel="@string/key_12key_katakana_4" android:horizontalGap="2%"/> |
| <Key android:codes="-205" android:keyLabel="@string/key_12key_katakana_5"/> |
| <Key android:codes="-206" android:keyLabel="@string/key_12key_katakana_6"/> |
| <Key android:codes="-217" android:keyIcon="@drawable/key_12key_right" android:iconPreview="@drawable/key_12key_right_b" android:isRepeatable="true" android:keyEdgeFlags="right" android:horizontalGap="2%" android:keyWidth="18%" wnn:isSecondKey="true"/> |
| </Row> |
| |
| <Row> |
| <Key android:codes="-222" android:keyIcon="@drawable/key_12key_pict_sym" android:iconPreview="@drawable/key_pict_sym_b" |
| android:keyEdgeFlags="left" android:keyWidth="18%" wnn:isSecondKey="true"/> |
| <Key android:codes="-207" android:keyLabel="@string/key_12key_katakana_7" android:horizontalGap="2%"/> |
| <Key android:codes="-208" android:keyLabel="@string/key_12key_katakana_8"/> |
| <Key android:codes="-209" android:keyLabel="@string/key_12key_katakana_9"/> |
| <Key android:codes="-215" android:keyIcon="@drawable/key_12key_space" android:iconPreview="@drawable/key_12key_space_b" android:isRepeatable="true" android:keyEdgeFlags="right" android:horizontalGap="2%" android:keyWidth="18%" wnn:isSecondKey="true"/> |
| </Row> |
| |
| <Row android:rowEdgeFlags="bottom"> |
| <Key android:codes="-230" android:keyIcon="@drawable/key_mode_half_kata" android:iconPreview="@drawable/key_mode_change_b" |
| android:popupKeyboard="@xml/keyboard_switch_key_jp" android:keyEdgeFlags="left" android:keyWidth="18%" wnn:isSecondKey="true"/> |
| <Key android:codes="-213" android:keyIcon="@drawable/key_12key_dakuten" android:iconPreview="@drawable/key_12key_dakuten_b" android:horizontalGap="2%"/> |
| <Key android:codes="-210" android:keyLabel="@string/key_12key_katakana_0" /> |
| <Key android:codes="-211" android:keyIcon="@drawable/key_12key_ten" android:iconPreview="@drawable/key_12key_ten_b" /> |
| <Key android:codes="-216" android:keyIcon="@drawable/key_enter" android:iconPreview="@drawable/key_enter_b" |
| android:keyEdgeFlags="right" android:horizontalGap="2%" android:keyWidth="18%" wnn:isSecondKey="true"/> |
| </Row> |
| </Keyboard> |