blob: 2006056a463b1407a6b3553fbfa25062d376278c [file] [log] [blame]
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2012, 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
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090021<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
22 <include latin:keyboardLayout="@xml/key_styles_common" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090023 <Row
Tadashi G. Takaoka0d1a1932012-05-14 16:29:55 +090024 latin:keyWidth="7.5%p"
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090025 latin:keyLabelFlags="fontNormal"
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090026 >
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090027 <include latin:keyboardLayout="@xml/rowkeys_thai1" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090028 <Key
29 latin:keyStyle="deleteKeyStyle"
30 latin:keyWidth="fillRight" />
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090031 </Row>
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090032 <Row
Tadashi G. Takaoka0d1a1932012-05-14 16:29:55 +090033 latin:keyWidth="7.5%p"
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090034 latin:keyLabelFlags="fontNormal"
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090035 >
36 <include
Tadashi G. Takaokaedde0702012-05-10 18:10:15 +090037 latin:keyboardLayout="@xml/rowkeys_thai2"
Tadashi G. Takaokaab5f9532012-09-03 11:26:45 +090038 latin:keyXPos="2.5%p" />
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090039 <include latin:keyboardLayout="@xml/key_thai_kho_khuat" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090040 </Row>
41 <Row
Tadashi G. Takaoka0d1a1932012-05-14 16:29:55 +090042 latin:keyWidth="7.5%p"
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090043 latin:keyLabelFlags="fontNormal"
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090044 >
45 <include
46 latin:keyboardLayout="@xml/rowkeys_thai3"
Tadashi G. Takaokaab5f9532012-09-03 11:26:45 +090047 latin:keyXPos="5.0%p" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090048 <Key
49 latin:keyStyle="enterKeyStyle"
Tadashi G. Takaoka0d1a1932012-05-14 16:29:55 +090050 latin:keyWidth="fillRight" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090051 </Row>
52 <Row
Tadashi G. Takaoka0d1a1932012-05-14 16:29:55 +090053 latin:keyWidth="7.5%p"
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090054 latin:keyLabelFlags="fontNormal"
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090055 >
56 <Key
57 latin:keyStyle="shiftKeyStyle"
Tadashi G. Takaoka0d1a1932012-05-14 16:29:55 +090058 latin:keyWidth="10.0%p" />
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090059 <include latin:keyboardLayout="@xml/rowkeys_thai4" />
Ken Wakasabe5e21e2013-09-16 23:16:30 +090060 <switch>
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090061 <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted">
Ken Wakasabe5e21e2013-09-16 23:16:30 +090062 <Spacer />
63 </case>
64 <default>
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090065 <include latin:keyboardLayout="@xml/keys_exclamation_question" />
Ken Wakasabe5e21e2013-09-16 23:16:30 +090066 </default>
67 </switch>
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090068 </Row>
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090069 <include latin:keyboardLayout="@xml/row_qwerty4" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090070</merge>