2010-11-11 15:28:14 -08: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.
|
|
|
|
*/
|
|
|
|
-->
|
|
|
|
|
|
|
|
<merge
|
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
|
|
>
|
2010-11-20 16:17:04 -08:00
|
|
|
<Row
|
2011-05-30 20:05:50 +09:00
|
|
|
latin:keyWidth="8.047%p"
|
2012-06-05 13:54:37 -07:00
|
|
|
latin:backgroundType="functional"
|
2010-11-20 16:17:04 -08:00
|
|
|
>
|
2012-02-16 16:24:03 -08:00
|
|
|
<include
|
2012-06-05 13:54:37 -07:00
|
|
|
latin:keyXPos="5.782%p"
|
2012-02-16 16:24:03 -08:00
|
|
|
latin:keyboardLayout="@xml/key_settings" />
|
2012-04-20 11:19:07 +09:00
|
|
|
<include
|
2012-06-05 13:54:37 -07:00
|
|
|
latin:keyboardLayout="@xml/key_shortcut" />
|
|
|
|
<include
|
|
|
|
latin:keyboardLayout="@xml/key_f1" />
|
2012-04-20 11:19:07 +09:00
|
|
|
<include
|
2012-05-14 18:32:42 +09:00
|
|
|
latin:keyXPos="29.923%p"
|
2012-06-05 13:54:37 -07:00
|
|
|
latin:keyboardLayout="@xml/key_space"
|
|
|
|
latin:backgroundType="normal" />
|
2012-04-23 16:36:28 +09:00
|
|
|
<include
|
|
|
|
latin:keyboardLayout="@xml/key_apostrophe" />
|
|
|
|
<include
|
|
|
|
latin:keyboardLayout="@xml/key_dash" />
|
2012-04-23 15:33:59 +09:00
|
|
|
<include
|
2012-06-05 13:54:37 -07:00
|
|
|
latin:keyboardLayout="@xml/key_f2" />
|
2010-11-11 15:28:14 -08:00
|
|
|
</Row>
|
2010-11-15 23:15:44 -08:00
|
|
|
</merge>
|