2010-11-24 07:59:56 +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"
|
|
|
|
>
|
2011-06-21 14:38:42 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="num0KeyStyle"
|
|
|
|
latin:code="48"
|
|
|
|
latin:keyIcon="iconNum0Key" />
|
|
|
|
<key-style
|
|
|
|
latin:styleName="num1KeyStyle"
|
|
|
|
latin:code="49"
|
|
|
|
latin:keyIcon="iconNum1Key" />
|
|
|
|
<key-style
|
|
|
|
latin:styleName="num2KeyStyle"
|
|
|
|
latin:code="50"
|
|
|
|
latin:keyIcon="iconNum2Key" />
|
|
|
|
<key-style
|
|
|
|
latin:styleName="num3KeyStyle"
|
|
|
|
latin:code="51"
|
|
|
|
latin:keyIcon="iconNum3Key" />
|
|
|
|
<key-style
|
|
|
|
latin:styleName="num4KeyStyle"
|
|
|
|
latin:code="52"
|
|
|
|
latin:keyIcon="iconNum4Key" />
|
|
|
|
<key-style
|
|
|
|
latin:styleName="num5KeyStyle"
|
|
|
|
latin:code="53"
|
|
|
|
latin:keyIcon="iconNum5Key" />
|
|
|
|
<key-style
|
|
|
|
latin:styleName="num6KeyStyle"
|
|
|
|
latin:code="54"
|
|
|
|
latin:keyIcon="iconNum6Key" />
|
|
|
|
<key-style
|
|
|
|
latin:styleName="num7KeyStyle"
|
|
|
|
latin:code="55"
|
|
|
|
latin:keyIcon="iconNum7Key" />
|
|
|
|
<key-style
|
|
|
|
latin:styleName="num8KeyStyle"
|
|
|
|
latin:code="56"
|
|
|
|
latin:keyIcon="iconNum8Key" />
|
|
|
|
<key-style
|
|
|
|
latin:styleName="num9KeyStyle"
|
|
|
|
latin:code="57"
|
|
|
|
latin:keyIcon="iconNum9Key" />
|
2011-06-21 11:10:51 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="numLabelStyle"
|
|
|
|
latin:keyLabelOption="fontFixedWidth|followKeyLetterRatio" />
|
|
|
|
<key-style
|
|
|
|
latin:styleName="numLabelFunctionalStyle"
|
|
|
|
latin:keyLabelOption="fontFixedWidth|followKeyLetterRatio"
|
|
|
|
latin:parentStyle="functionalKeyStyle" />
|
2011-06-21 14:38:42 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="numStarKeyStyle"
|
|
|
|
latin:code="42"
|
2011-06-21 11:10:51 +00:00
|
|
|
latin:keyLabel="\uff0a"
|
|
|
|
latin:parentStyle="numLabelStyle" />
|
2011-06-21 14:38:42 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="numPoundKeyStyle"
|
2011-06-21 11:10:51 +00:00
|
|
|
latin:keyLabel="#"
|
|
|
|
latin:parentStyle="numLabelStyle" />
|
|
|
|
<key-style
|
|
|
|
latin:styleName="numSwitchToAltKeyStyle"
|
|
|
|
latin:code="@integer/key_switch_alpha_symbol"
|
|
|
|
latin:keyLabel="@string/label_to_phone_symbols_key"
|
|
|
|
latin:parentStyle="numLabelStyle" />
|
2011-06-21 14:38:42 +00:00
|
|
|
<key-style
|
2011-06-21 11:10:51 +00:00
|
|
|
latin:styleName="numSwitchToNumericKeyStyle"
|
2011-06-21 14:38:42 +00:00
|
|
|
latin:code="@integer/key_switch_alpha_symbol"
|
2011-06-21 11:10:51 +00:00
|
|
|
latin:keyLabel="@string/label_to_phone_numeric_key"
|
|
|
|
latin:parentStyle="numLabelStyle" />
|
2011-06-21 14:38:42 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="numSpaceKeyStyle"
|
|
|
|
latin:code="@integer/key_space"
|
|
|
|
latin:keyIcon="iconSpaceKey"
|
|
|
|
latin:keyIconPreview="iconPreviewSpaceKey" />
|
2010-11-24 07:59:56 +00:00
|
|
|
</merge>
|