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 <Row 25 latin:keyWidth="10%p" 26 > 27 <Key 28 latin:keyLabel="q" 29 latin:keyHintLabel="1" 30 latin:moreKeys="@string/more_keys_for_q" /> 31 <Key 32 latin:keyLabel="w" 33 latin:keyHintLabel="2" 34 latin:moreKeys="@string/more_keys_for_w" /> 35 <Key 36 latin:keyLabel="e" 37 latin:keyHintLabel="3" 38 latin:moreKeys="@string/more_keys_for_e" /> 39 <Key 40 latin:keyLabel="r" 41 latin:keyHintLabel="4" 42 latin:moreKeys="@string/more_keys_for_r" /> 43 <Key 44 latin:keyLabel="t" 45 latin:keyHintLabel="5" 46 latin:moreKeys="@string/more_keys_for_t" /> 47 <Key 48 latin:keyLabel="y" 49 latin:keyHintLabel="6" 50 latin:moreKeys="@string/more_keys_for_y" /> 51 <Key 52 latin:keyLabel="u" 53 latin:keyHintLabel="7" 54 latin:moreKeys="@string/more_keys_for_u" /> 55 <Key 56 latin:keyLabel="i" 57 latin:keyHintLabel="8" 58 latin:moreKeys="@string/more_keys_for_i" /> 59 <Key 60 latin:keyLabel="o" 61 latin:keyHintLabel="9" 62 latin:moreKeys="@string/more_keys_for_o" /> 63 <Key 64 latin:keyLabel="p" 65 latin:keyHintLabel="0" 66 latin:moreKeys="@string/more_keys_for_p" 67 latin:keyWidth="fillRight" /> 68 </Row> 69</merge> 70