2010-09-27 08:07:09 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
/*
|
|
|
|
**
|
|
|
|
** Copyright 2010, 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
|
2010-10-01 10:40:44 +00:00
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
2010-11-08 22:32:47 +00:00
|
|
|
latin:keyWidth="8.2%p"
|
2010-10-19 08:08:54 +00:00
|
|
|
latin:horizontalGap="@dimen/key_horizontal_gap"
|
2010-10-12 06:02:44 +00:00
|
|
|
latin:verticalGap="@dimen/key_bottom_gap"
|
2010-10-01 10:40:44 +00:00
|
|
|
latin:keyHeight="@dimen/key_height"
|
2010-09-27 08:07:09 +00:00
|
|
|
>
|
2010-09-28 00:39:19 +00:00
|
|
|
<!-- This row is intentionally not marked as a top row -->
|
2010-10-08 16:06:26 +00:00
|
|
|
<Row>
|
2010-10-20 14:10:27 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row1_common" />
|
2010-09-27 08:07:09 +00:00
|
|
|
</Row>
|
2010-10-11 13:39:04 +00:00
|
|
|
<!-- TODO: We should have new attributes for <Key> to eliminate these excess duplications -->
|
|
|
|
<Row
|
|
|
|
latin:keyboardMode="@+id/mode_normal"
|
|
|
|
>
|
2010-10-20 14:10:27 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row2_common" />
|
2010-09-27 08:07:09 +00:00
|
|
|
</Row>
|
2010-10-11 13:39:04 +00:00
|
|
|
<Row
|
|
|
|
latin:keyboardMode="@+id/mode_url"
|
|
|
|
>
|
2010-10-20 14:10:27 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row2_common" />
|
2010-10-11 13:39:04 +00:00
|
|
|
</Row>
|
|
|
|
<Row
|
|
|
|
latin:keyboardMode="@+id/mode_email"
|
|
|
|
>
|
2010-10-20 14:10:27 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row2_email" />
|
2010-10-11 13:39:04 +00:00
|
|
|
</Row>
|
|
|
|
<Row
|
|
|
|
latin:keyboardMode="@+id/mode_im"
|
|
|
|
>
|
2010-10-20 14:10:27 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row2_common" />
|
2010-10-11 13:39:04 +00:00
|
|
|
</Row>
|
|
|
|
<Row
|
|
|
|
latin:keyboardMode="@+id/mode_webentry"
|
|
|
|
>
|
2010-10-20 14:10:27 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row2_common" />
|
2010-10-11 13:39:04 +00:00
|
|
|
</Row>
|
|
|
|
<Row
|
|
|
|
latin:keyboardMode="@+id/mode_normal"
|
|
|
|
>
|
2010-10-20 14:10:27 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row3_common" />
|
2010-10-11 13:39:04 +00:00
|
|
|
</Row>
|
|
|
|
<Row
|
|
|
|
latin:keyboardMode="@+id/mode_url"
|
|
|
|
>
|
2010-10-20 14:10:27 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row3_common" />
|
2010-10-11 13:39:04 +00:00
|
|
|
</Row>
|
|
|
|
<Row
|
|
|
|
latin:keyboardMode="@+id/mode_email"
|
|
|
|
>
|
2010-10-20 14:10:27 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row3_email" />
|
2010-10-11 13:39:04 +00:00
|
|
|
</Row>
|
|
|
|
<Row
|
|
|
|
latin:keyboardMode="@+id/mode_im"
|
|
|
|
>
|
2010-10-20 14:10:27 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row3_common" />
|
2010-10-11 13:39:04 +00:00
|
|
|
</Row>
|
|
|
|
<Row
|
|
|
|
latin:keyboardMode="@+id/mode_webentry"
|
|
|
|
>
|
2010-10-20 14:10:27 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row3_common" />
|
2010-09-27 08:07:09 +00:00
|
|
|
</Row>
|
2010-09-28 00:39:19 +00:00
|
|
|
<!-- This row is intentionally not marked as a bottom row -->
|
2010-10-11 13:39:04 +00:00
|
|
|
<Row
|
|
|
|
latin:keyboardMode="@+id/mode_normal"
|
|
|
|
>
|
2010-10-20 14:10:27 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row4_common" />
|
2010-10-11 13:39:04 +00:00
|
|
|
</Row>
|
|
|
|
<Row
|
|
|
|
latin:keyboardMode="@+id/mode_url"
|
|
|
|
>
|
2010-10-20 14:10:27 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row4_url" />
|
2010-10-11 13:39:04 +00:00
|
|
|
</Row>
|
|
|
|
<Row
|
|
|
|
latin:keyboardMode="@+id/mode_email"
|
|
|
|
>
|
2010-10-20 14:10:27 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row4_email" />
|
2010-10-11 13:39:04 +00:00
|
|
|
</Row>
|
|
|
|
<Row
|
|
|
|
latin:keyboardMode="@+id/mode_im"
|
|
|
|
>
|
2010-11-08 22:32:47 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row4_common" />
|
2010-10-11 13:39:04 +00:00
|
|
|
</Row>
|
|
|
|
<Row
|
|
|
|
latin:keyboardMode="@+id/mode_webentry"
|
|
|
|
>
|
2010-10-20 14:10:27 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row4_common" />
|
2010-09-27 08:07:09 +00:00
|
|
|
</Row>
|
|
|
|
</Keyboard>
|