1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** 5 ** Copyright 2010, The Android Open Source Project 6 ** 7 ** Licensed under the Apache License, Version 2.0 (the "License"); 8 ** you may not use this file except in compliance with the License. 9 ** You may obtain a copy of the License at 10 ** 11 ** http://www.apache.org/licenses/LICENSE-2.0 12 ** 13 ** Unless required by applicable law or agreed to in writing, software 14 ** distributed under the License is distributed on an "AS IS" BASIS, 15 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 ** See the License for the specific language governing permissions and 17 ** limitations under the License. 18 */ 19 --> 20 21 <merge 22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" 23 > 24 <key-style 25 latin:styleName="shiftKeyStyle" 26 latin:code="@integer/key_shift" 27 latin:keyIcon="iconShiftKey" 28 latin:keyIconShifted="iconShiftedShiftKey" 29 latin:backgroundType="sticky" /> 30 <key-style 31 latin:styleName="deleteKeyStyle" 32 latin:code="@integer/key_delete" 33 latin:keyIcon="iconDeleteKey" 34 latin:backgroundType="functional" 35 latin:isRepeatable="true" /> 36 <key-style 37 latin:styleName="returnKeyStyle" 38 latin:code="@integer/key_return" 39 latin:keyIcon="iconReturnKey" 40 latin:backgroundType="functional" /> 41 <key-style 42 latin:styleName="spaceKeyStyle" 43 latin:code="@integer/key_space" /> 44 <key-style 45 latin:styleName="nonSpecialBackgroundSpaceKeyStyle" 46 latin:code="@integer/key_space" /> 47 <key-style 48 latin:styleName="smileyKeyStyle" 49 latin:keyLabel=":-)" 50 latin:keyOutputText=":-) " 51 latin:keyLabelOption="hasPopupHint" 52 latin:moreKeys="@string/more_keys_for_smiley" 53 latin:maxMoreKeysColumn="5" /> 54 <key-style 55 latin:styleName="settingsKeyStyle" 56 latin:code="@integer/key_settings" 57 latin:keyIcon="iconSettingsKey" 58 latin:keyIconPreview="iconPreviewSettingsKey" 59 latin:backgroundType="functional" /> 60 <key-style 61 latin:styleName="shortcutKeyStyle" 62 latin:code="@integer/key_shortcut" 63 latin:keyIcon="iconShortcutKey" 64 latin:keyIconPreview="iconPreviewShortcutKey" 65 latin:backgroundType="functional" /> 66 <key-style 67 latin:styleName="tabKeyStyle" 68 latin:code="@integer/key_tab" 69 latin:keyLabel="@string/label_tab_key" 70 latin:keyLabelOption="fontNormal" 71 latin:backgroundType="functional" /> 72 <key-style 73 latin:styleName="toSymbolKeyStyle" 74 latin:code="@integer/key_switch_alpha_symbol" 75 latin:keyLabel="@string/label_to_symbol_key" 76 latin:keyLabelOption="fontNormal" 77 latin:backgroundType="functional" /> 78 <key-style 79 latin:styleName="toAlphaKeyStyle" 80 latin:code="@integer/key_switch_alpha_symbol" 81 latin:keyLabel="@string/label_to_alpha_key" 82 latin:keyLabelOption="fontNormal" 83 latin:backgroundType="functional" /> 84 <key-style 85 latin:styleName="toMoreSymbolKeyStyle" 86 latin:code="@integer/key_shift" 87 latin:keyLabel="@string/label_to_more_symbol_for_tablet_key" 88 latin:keyLabelOption="fontNormal" 89 latin:backgroundType="functional" /> 90 <key-style 91 latin:styleName="backFromMoreSymbolKeyStyle" 92 latin:code="@integer/key_shift" 93 latin:keyLabel="@string/label_to_symbol_key" 94 latin:keyLabelOption="fontNormal" 95 latin:backgroundType="functional" /> 96 <key-style 97 latin:styleName="comKeyStyle" 98 latin:keyLabel="@string/keylabel_for_popular_domain" 99 latin:keyLabelOption="fontNormal|hasPopupHint" 100 latin:keyOutputText="@string/keylabel_for_popular_domain" 101 latin:moreKeys="@string/more_keys_for_popular_domain" /> 102 </merge> 103