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