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-11-11 23:28:14 +00:00
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row1" />
|
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row2" />
|
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row3" />
|
|
|
|
<include latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
2010-09-27 08:07:09 +00:00
|
|
|
</Keyboard>
|