aboutsummaryrefslogtreecommitdiff
path: root/res/xml/keyboard_12keyjp_input_landscape.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/keyboard_12keyjp_input_landscape.xml')
-rw-r--r--res/xml/keyboard_12keyjp_input_landscape.xml59
1 files changed, 0 insertions, 59 deletions
diff --git a/res/xml/keyboard_12keyjp_input_landscape.xml b/res/xml/keyboard_12keyjp_input_landscape.xml
deleted file mode 100644
index 3d9e80f..0000000
--- a/res/xml/keyboard_12keyjp_input_landscape.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?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="20%p"
- android:horizontalGap="0px"
- android:verticalGap="0px"
- android:keyHeight="@dimen/key_height_landscape"
- >
-
- <Row>
- <Key android:codes="-219" android:keyIcon="@drawable/key_12key_reverse" android:iconPreview="@drawable/key_12key_reverse_b"
- android:keyEdgeFlags="left"/>
- <Key android:codes="-201" android:keyLabel="@string/key_12key_1"/>
- <Key android:codes="-202" android:keyLabel="@string/key_12key_2"/>
- <Key android:codes="-203" android:keyLabel="@string/key_12key_3"/>
- <Key android:codes="-214" android:keyIcon="@drawable/key_12key_del_landscape" android:iconPreview="@drawable/key_12key_del_b_landscape" android:isRepeatable="true"
- android:keyEdgeFlags="right"/>
- </Row>
-
- <Row>
- <Key android:codes="-218" android:keyLabel="@string/key_left_arrow" android:isRepeatable="true" android:keyEdgeFlags="left"/>
- <Key android:codes="-204" android:keyLabel="@string/key_12key_4"/>
- <Key android:codes="-205" android:keyLabel="@string/key_12key_5"/>
- <Key android:codes="-206" android:keyLabel="@string/key_12key_6"/>
- <Key android:codes="-217" android:keyLabel="@string/key_right_arrow" android:isRepeatable="true" android:keyEdgeFlags="right"/>
- </Row>
-
- <Row>
- <Key android:codes="-305" android:keyLabel="@string/key_12key_eisuu_kana" android:keyEdgeFlags="left"/>
- <Key android:codes="-207" android:keyLabel="@string/key_12key_7"/>
- <Key android:codes="-208" android:keyLabel="@string/key_12key_8"/>
- <Key android:codes="-209" android:keyLabel="@string/key_12key_9"/>
- <Key android:codes="-215" android:keyLabel="@string/key_convert" android:keyEdgeFlags="right"/>
- </Row>
-
- <Row android:rowEdgeFlags="bottom">
- <Key android:codes="-230" android:keyLabel="@string/key_change_mode"
- android:popupKeyboard="@xml/keyboard_switch_key" android:keyEdgeFlags="left"/>
- <Key android:codes="-213" android:keyLabel="@string/key_12key_A" />
- <Key android:codes="-210" android:keyLabel="@string/key_12key_0"/>
- <Key android:codes="-211" android:keyLabel="@string/key_12key_kutoten" />
- <Key android:codes="-216" android:keyIcon="@drawable/key_12key_enter" android:iconPreview="@drawable/key_12key_enter_b"
- android:keyEdgeFlags="right"/>
- </Row>
-</Keyboard>