/ime/latinime/res/xml/kbd_symbols.xml
XML | 181 lines | 162 code | 1 blank | 18 comment | 0 complexity | 40a6c322d20cb9175c0601c5b0ed242b MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4** 5** Copyright 2008, 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<Keyboard 22 xmlns:android="http://schemas.android.com/apk/res/android" 23 android:keyWidth="10%p" 24 android:horizontalGap="0px" 25 android:verticalGap="@dimen/key_bottom_gap" 26 android:keyHeight="@dimen/key_height" 27> 28 <Row 29 android:rowEdgeFlags="top" 30 > 31 <Key 32 android:keyLabel="1" 33 android:popupKeyboard="@xml/kbd_popup_template" 34 android:popupCharacters="¹½⅓¼⅛" 35 android:keyEdgeFlags="left" /> 36 <Key 37 android:keyLabel="2" 38 android:popupKeyboard="@xml/kbd_popup_template" 39 android:popupCharacters="²⅔" /> 40 <Key 41 android:keyLabel="3" 42 android:popupKeyboard="@xml/kbd_popup_template" 43 android:popupCharacters="³¾⅜" /> 44 <Key 45 android:keyLabel="4" 46 android:popupKeyboard="@xml/kbd_popup_template" 47 android:popupCharacters="⁴" /> 48 <Key 49 android:keyLabel="5" 50 android:popupKeyboard="@xml/kbd_popup_template" 51 android:popupCharacters="⅝" /> 52 <Key 53 android:keyLabel="6" /> 54 <Key 55 android:keyLabel="7" 56 android:popupKeyboard="@xml/kbd_popup_template" 57 android:popupCharacters="⅞" /> 58 <Key 59 android:keyLabel="8" /> 60 <Key 61 android:keyLabel="9" /> 62 <Key 63 android:keyLabel="0" 64 android:popupKeyboard="@xml/kbd_popup_template" 65 android:popupCharacters="ⁿ∅" 66 android:keyEdgeFlags="right" /> 67 </Row> 68 <Row> 69 <Key 70 android:keyLabel="\@" 71 android:horizontalGap="5%p" 72 android:keyEdgeFlags="left" /> 73 <Key 74 android:keyLabel="$" 75 android:popupKeyboard="@xml/kbd_popup_template" 76 android:popupCharacters="¢£€¥₣₤₱" /> 77 <Key 78 android:keyLabel="%" 79 android:popupKeyboard="@xml/kbd_popup_template" 80 android:popupCharacters="‰" /> 81 <Key 82 android:keyLabel="&" /> 83 <Key 84 android:keyLabel="*" 85 android:popupKeyboard="@xml/kbd_popup_template" 86 android:popupCharacters="†‡★" /> 87 <Key 88 android:keyLabel="-" 89 android:popupKeyboard="@xml/kbd_popup_template" 90 android:popupCharacters="_–—" /> 91 <Key 92 android:keyLabel="+" 93 android:popupKeyboard="@xml/kbd_popup_template" 94 android:popupCharacters="±" /> 95 <Key 96 android:keyLabel="(" 97 android:popupKeyboard="@xml/kbd_popup_template" 98 android:popupCharacters="[{<" /> 99 <Key 100 android:keyLabel=")" 101 android:popupKeyboard="@xml/kbd_popup_template" 102 android:popupCharacters="]}>" 103 android:keyEdgeFlags="right" /> 104 </Row> 105 <Row> 106 <Key 107 android:codes="@integer/key_shift" 108 android:keyLabel="@string/label_alt_key" 109 android:keyWidth="15%p" 110 android:isModifier="true" 111 android:isSticky="true" 112 android:keyEdgeFlags="left" /> 113 <Key 114 android:keyLabel="!" 115 android:popupKeyboard="@xml/kbd_popup_template" 116 android:popupCharacters="¡" /> 117 <Key 118 android:keyLabel=""" 119 android:popupKeyboard="@xml/kbd_popup_template" 120 android:popupCharacters="“”«»˝" /> 121 <Key 122 android:keyLabel="\'" 123 android:popupKeyboard="@xml/kbd_popup_template" 124 android:popupCharacters="‘’" /> 125 <Key 126 android:keyLabel=":" /> 127 <Key 128 android:keyLabel=";" /> 129 <Key 130 android:keyLabel="/" /> 131 <Key 132 android:keyLabel="\?" 133 android:popupKeyboard="@xml/kbd_popup_template" 134 android:popupCharacters="¿" /> 135 <Key 136 android:codes="@integer/key_delete" 137 android:keyIcon="@drawable/sym_keyboard_delete" 138 android:iconPreview="@drawable/sym_keyboard_feedback_delete" 139 android:keyWidth="15%p" 140 android:isModifier="true" 141 android:isRepeatable="true" 142 android:keyEdgeFlags="right" /> 143 </Row> 144 <Row 145 android:keyboardMode="@+id/mode_symbols_with_settings_key" 146 android:rowEdgeFlags="bottom" 147 > 148 <Key 149 android:codes="@integer/key_symbol" 150 android:keyLabel="@string/label_alpha_key" 151 android:keyWidth="15%p" 152 android:isModifier="true" 153 android:keyEdgeFlags="left" /> 154 <Key 155 android:codes="@integer/key_settings" 156 android:keyIcon="@drawable/sym_keyboard_settings" 157 android:iconPreview="@drawable/sym_keyboard_feedback_settings" 158 android:isModifier="true" /> 159 <Key 160 android:codes="@integer/key_f1" 161 android:isModifier="true" /> 162 <Key 163 android:codes="@integer/key_space" 164 android:keyIcon="@drawable/sym_keyboard_space" 165 android:iconPreview="@drawable/sym_keyboard_feedback_space" 166 android:keyWidth="30%p" 167 android:isModifier="true" /> 168 <Key 169 android:keyLabel="." 170 android:keyIcon="@drawable/hint_popup" 171 android:popupKeyboard="@xml/popup_punctuation" 172 android:isModifier="true" /> 173 <Key 174 android:codes="@integer/key_return" 175 android:keyIcon="@drawable/sym_keyboard_return" 176 android:iconPreview="@drawable/sym_keyboard_feedback_return" 177 android:keyWidth="25%p" 178 android:isModifier="true" 179 android:keyEdgeFlags="right" /> 180 </Row> 181</Keyboard>