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 <merge 22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" 23 > 24 <include 25 latin:keyboardLayout="@xml/kbd_key_styles" /> 26 <include 27 latin:keyboardLayout="@xml/kbd_currency_key_styles" /> 28 <Row 29 latin:keyWidth="10%p" 30 > 31 <Key 32 latin:keyLabel="~" /> 33 <Key 34 latin:keyLabel="`" /> 35 <Key 36 latin:keyLabel="|" /> 37 <Key 38 latin:keyLabel="" 39 latin:moreKeys="@string/more_keys_for_bullet" /> 40 <Key 41 latin:keyLabel="" /> 42 <Key 43 latin:keyLabel="" 44 latin:moreKeys="" /> 45 <Key 46 latin:keyLabel="" /> 47 <Key 48 latin:keyLabel="" /> 49 <Key 50 latin:keyLabel="{" /> 51 <Key 52 latin:keyLabel="}" 53 latin:keyWidth="fillRight" /> 54 </Row> 55 <Row 56 latin:keyWidth="10%p" 57 > 58 <Key 59 latin:keyStyle="nonSpecialBackgroundTabKeyStyle" /> 60 <Key 61 latin:keyStyle="moreCurrency1KeyStyle" /> 62 <Key 63 latin:keyStyle="moreCurrency2KeyStyle" /> 64 <Key 65 latin:keyStyle="moreCurrency3KeyStyle" /> 66 <Key 67 latin:keyLabel="" 68 latin:moreKeys="," /> 69 <Key 70 latin:keyLabel="^" 71 latin:moreKeys=",,," /> 72 <Key 73 latin:keyLabel="_" /> 74 <Key 75 latin:keyLabel="=" 76 latin:moreKeys=",," /> 77 <Key 78 latin:keyLabel="[" /> 79 <Key 80 latin:keyLabel="]" 81 latin:keyWidth="fillRight" /> 82 </Row> 83 <Row 84 latin:keyWidth="10%p" 85 > 86 <Key 87 latin:keyStyle="backFromMoreSymbolKeyStyle" 88 latin:keyWidth="15%p" 89 latin:visualInsetsRight="1%p" /> 90 <Key 91 latin:keyLabel="" /> 92 <Key 93 latin:keyLabel="" /> 94 <Key 95 latin:keyLabel="" /> 96 <Key 97 latin:keyLabel="" 98 latin:moreKeys="" /> 99 <Key 100 latin:keyLabel="\\" /> 101 <Key 102 latin:keyLabel="<" 103 latin:moreKeys=",," /> 104 <Key 105 latin:keyLabel=">" 106 latin:moreKeys=",," /> 107 <Key 108 latin:keyStyle="deleteKeyStyle" 109 latin:keyWidth="fillRight" 110 latin:visualInsetsLeft="1%p" /> 111 </Row> 112 <include 113 latin:keyboardLayout="@xml/kbd_symbols_shift_row4" /> 114 </merge> 115