2011-05-30 11:12:04 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
/*
|
|
|
|
**
|
|
|
|
** Copyright 2011, 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.
|
|
|
|
*/
|
|
|
|
-->
|
|
|
|
|
2011-07-24 23:35:54 +00:00
|
|
|
<merge
|
2011-05-30 11:12:04 +00:00
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
|
|
>
|
|
|
|
<include
|
2012-01-27 14:31:30 +00:00
|
|
|
latin:keyboardLayout="@xml/key_styles_common" />
|
2013-09-04 08:53:12 +00:00
|
|
|
<include
|
|
|
|
latin:keyboardLayout="@xml/key_styles_currency" />
|
2011-05-30 11:12:04 +00:00
|
|
|
<Row
|
2012-05-14 07:29:55 +00:00
|
|
|
latin:keyWidth="9.0%p"
|
2011-05-30 11:12:04 +00:00
|
|
|
>
|
2012-03-08 09:59:32 +00:00
|
|
|
<include
|
|
|
|
latin:keyboardLayout="@xml/rowkeys_symbols1" />
|
2011-05-30 11:12:04 +00:00
|
|
|
<Key
|
|
|
|
latin:keyStyle="deleteKeyStyle"
|
2012-05-14 07:29:55 +00:00
|
|
|
latin:keyWidth="fillRight" />
|
2011-05-30 11:12:04 +00:00
|
|
|
</Row>
|
|
|
|
<Row
|
2012-05-14 07:29:55 +00:00
|
|
|
latin:keyWidth="9.0%p"
|
2011-05-30 11:12:04 +00:00
|
|
|
>
|
2012-02-01 10:43:58 +00:00
|
|
|
<include
|
2013-09-04 08:53:12 +00:00
|
|
|
latin:keyboardLayout="@xml/rowkeys_symbols2"
|
|
|
|
latin:keyXPos="4.5%p" />
|
2011-05-30 11:12:04 +00:00
|
|
|
<Key
|
2012-02-07 08:07:23 +00:00
|
|
|
latin:keyStyle="enterKeyStyle"
|
2012-05-14 07:29:55 +00:00
|
|
|
latin:keyWidth="fillRight" />
|
2011-05-30 11:12:04 +00:00
|
|
|
</Row>
|
2013-09-04 08:53:12 +00:00
|
|
|
<Row
|
2012-05-14 07:29:55 +00:00
|
|
|
latin:keyWidth="9.0%p"
|
2011-05-30 11:12:04 +00:00
|
|
|
>
|
2013-09-04 08:53:12 +00:00
|
|
|
<Key
|
|
|
|
latin:keyStyle="toMoreSymbolKeyStyle"
|
|
|
|
latin:keyWidth="10.0%p" />
|
2013-09-06 06:03:19 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="\\" />
|
2013-09-06 06:03:19 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="=" />
|
2012-02-01 10:43:58 +00:00
|
|
|
<include
|
2012-03-08 09:59:32 +00:00
|
|
|
latin:keyboardLayout="@xml/rowkeys_symbols3" />
|
2011-07-13 20:03:16 +00:00
|
|
|
<Key
|
2013-09-04 08:53:12 +00:00
|
|
|
latin:keyStyle="toMoreSymbolKeyStyle"
|
|
|
|
latin:keyWidth="fillRight" />
|
2011-05-30 11:12:04 +00:00
|
|
|
</Row>
|
2013-09-06 06:03:19 +00:00
|
|
|
<Row
|
|
|
|
latin:keyWidth="9.0%p"
|
2013-12-13 08:09:16 +00:00
|
|
|
latin:backgroundType="functional"
|
2013-09-06 06:03:19 +00:00
|
|
|
>
|
|
|
|
<Key
|
|
|
|
latin:keyStyle="toAlphaKeyStyle"
|
|
|
|
latin:keyWidth="10.0%p" />
|
|
|
|
<include
|
|
|
|
latin:keyboardLayout="@xml/row_symbols4" />
|
2013-10-03 08:43:11 +00:00
|
|
|
<include
|
|
|
|
latin:keyboardLayout="@xml/key_f2" />
|
2013-09-06 06:03:19 +00:00
|
|
|
</Row>
|
2011-07-24 23:35:54 +00:00
|
|
|
</merge>
|