blob: b45060497adf3c70996b9398e93bb91e6827b2cf [file] [log] [blame]
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2010, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20
21<Keyboard
satok4fc510a2010-10-01 19:40:44 +090022 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
Tadashi G. Takaoka58bfa352010-10-19 17:08:54 +090023 latin:horizontalGap="@dimen/key_horizontal_gap"
Tadashi G. Takaokacd7b7d32010-10-12 15:02:44 +090024 latin:verticalGap="@dimen/key_bottom_gap"
satok4fc510a2010-10-01 19:40:44 +090025 latin:keyHeight="@dimen/key_height"
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090026>
Tadashi G. Takaokab0465112010-11-11 15:28:14 -080027 <include latin:keyboardLayout="@xml/kbd_qwerty_row1" />
28 <include latin:keyboardLayout="@xml/kbd_qwerty_row2" />
29 <include latin:keyboardLayout="@xml/kbd_qwerty_row3" />
30 <include latin:keyboardLayout="@xml/kbd_qwerty_row4" />
Tadashi G. Takaokab1fcbec2010-09-27 17:07:09 +090031</Keyboard>