2012-01-27 11:32:44 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
/*
|
|
|
|
**
|
|
|
|
** Copyright 2012, 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"
|
|
|
|
>
|
|
|
|
<Row>
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="-"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle"
|
2012-06-04 04:04:30 +00:00
|
|
|
latin:keyWidth="10%p"
|
|
|
|
latin:backgroundType="functional" />
|
2012-01-27 11:32:44 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="+"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle"
|
2012-06-04 04:04:30 +00:00
|
|
|
latin:keyWidth="10%p"
|
|
|
|
latin:backgroundType="functional" />
|
2012-01-27 11:32:44 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="."
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle"
|
2012-06-04 04:04:30 +00:00
|
|
|
latin:keyWidth="10%p"
|
|
|
|
latin:backgroundType="functional" />
|
2012-01-27 11:32:44 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="1"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle"
|
2012-05-01 02:48:13 +00:00
|
|
|
latin:keyXPos="31%p" />
|
2012-01-27 11:32:44 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="2"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle" />
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="3"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle" />
|
|
|
|
<Key
|
|
|
|
latin:keyStyle="deleteKeyStyle"
|
2012-05-01 02:48:13 +00:00
|
|
|
latin:keyXPos="-14%p"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyWidth="fillRight" />
|
|
|
|
</Row>
|
|
|
|
<Row>
|
|
|
|
<Key
|
|
|
|
latin:keyStyle="numStarKeyStyle"
|
2012-06-04 04:04:30 +00:00
|
|
|
latin:keyWidth="10%p"
|
|
|
|
latin:backgroundType="functional" />
|
2012-01-27 11:32:44 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="/"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle"
|
2012-06-04 04:04:30 +00:00
|
|
|
latin:keyWidth="10%p"
|
|
|
|
latin:backgroundType="functional" />
|
2012-02-27 07:16:24 +00:00
|
|
|
<switch>
|
|
|
|
<case
|
|
|
|
latin:mode="time|datetime"
|
|
|
|
>
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec=","
|
2012-02-27 07:16:24 +00:00
|
|
|
latin:keyLabelFlags="hasPopupHint"
|
2012-04-19 23:39:11 +00:00
|
|
|
latin:moreKeys="!text/more_keys_for_am_pm"
|
2012-02-27 07:16:24 +00:00
|
|
|
latin:keyStyle="numKeyStyle"
|
2012-06-04 04:04:30 +00:00
|
|
|
latin:keyWidth="10%p"
|
|
|
|
latin:backgroundType="functional" />
|
2012-02-27 07:16:24 +00:00
|
|
|
</case>
|
|
|
|
<default>
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec=","
|
2012-02-27 07:16:24 +00:00
|
|
|
latin:keyStyle="numKeyStyle"
|
2012-06-04 04:04:30 +00:00
|
|
|
latin:keyWidth="10%p"
|
|
|
|
latin:backgroundType="functional" />
|
2012-02-27 07:16:24 +00:00
|
|
|
</default>
|
|
|
|
</switch>
|
2012-01-27 11:32:44 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="4"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle"
|
2012-05-01 02:48:13 +00:00
|
|
|
latin:keyXPos="31%p" />
|
2012-01-27 11:32:44 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="5"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle" />
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="6"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle" />
|
|
|
|
<Key
|
2012-02-07 08:07:23 +00:00
|
|
|
latin:keyStyle="enterKeyStyle"
|
2012-05-01 02:48:13 +00:00
|
|
|
latin:keyXPos="-14%p"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyWidth="fillRight" />
|
|
|
|
</Row>
|
|
|
|
<Row>
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="("
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle"
|
2012-06-04 04:04:30 +00:00
|
|
|
latin:keyWidth="10%p"
|
|
|
|
latin:backgroundType="functional" />
|
2012-01-27 11:32:44 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec=")"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle"
|
2012-06-04 04:04:30 +00:00
|
|
|
latin:keyWidth="10%p"
|
|
|
|
latin:backgroundType="functional" />
|
2012-02-27 07:16:24 +00:00
|
|
|
<switch>
|
|
|
|
<case
|
|
|
|
latin:mode="time|datetime"
|
|
|
|
>
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec=":"
|
2012-02-27 07:16:24 +00:00
|
|
|
latin:keyStyle="numKeyStyle"
|
2012-06-04 04:04:30 +00:00
|
|
|
latin:keyWidth="10%p"
|
|
|
|
latin:backgroundType="functional" />
|
2012-02-27 07:16:24 +00:00
|
|
|
</case>
|
|
|
|
<default>
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="="
|
2012-02-27 07:16:24 +00:00
|
|
|
latin:keyStyle="numKeyStyle"
|
2012-06-04 04:04:30 +00:00
|
|
|
latin:keyWidth="10%p"
|
|
|
|
latin:backgroundType="functional" />
|
2012-02-27 07:16:24 +00:00
|
|
|
</default>
|
|
|
|
</switch>
|
2012-01-27 11:32:44 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="7"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle"
|
2012-05-01 02:48:13 +00:00
|
|
|
latin:keyXPos="31%p" />
|
2012-01-27 11:32:44 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="8"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle" />
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="9"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle" />
|
|
|
|
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
2012-04-23 06:33:59 +00:00
|
|
|
<Spacer />
|
2012-01-27 11:32:44 +00:00
|
|
|
</Row>
|
|
|
|
<Row>
|
|
|
|
<Key
|
2012-02-28 06:13:41 +00:00
|
|
|
latin:keyStyle="spaceKeyStyle"
|
2012-06-04 04:04:30 +00:00
|
|
|
latin:keyWidth="30%p"
|
|
|
|
latin:backgroundType="functional" />
|
2012-01-27 11:32:44 +00:00
|
|
|
<Key
|
|
|
|
latin:keyStyle="numStarKeyStyle"
|
2012-05-01 02:48:13 +00:00
|
|
|
latin:keyXPos="31%p" />
|
2012-01-27 11:32:44 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="0"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle" />
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="\#"
|
2012-01-27 11:32:44 +00:00
|
|
|
latin:keyStyle="numKeyStyle" />
|
2012-09-04 05:50:56 +00:00
|
|
|
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
|
|
|
<Spacer
|
|
|
|
latin:keyWidth="fillRight" />
|
2012-01-27 11:32:44 +00:00
|
|
|
</Row>
|
|
|
|
</merge>
|