diff options
author | 2011-05-11 15:19:24 +0900 | |
---|---|---|
committer | 2011-05-12 20:26:24 +0900 | |
commit | f733074aaecdfd6e89cfee2daff8a9c1233b60f1 (patch) | |
tree | cb9e90c71c874bfb2bc098f5420f689354555f1b /java/res/xml-pt | |
parent | 4f3b59711f6985d39e0cc908d2431ae6715d9b26 (diff) | |
download | latinime-f733074aaecdfd6e89cfee2daff8a9c1233b60f1.tar.gz latinime-f733074aaecdfd6e89cfee2daff8a9c1233b60f1.tar.xz latinime-f733074aaecdfd6e89cfee2daff8a9c1233b60f1.zip |
Fix the available input locales and moved Recorrection
Bug: 4409091
Change-Id: I6efd23ebb9528bf1bd35320057a0ea264c187451
Diffstat (limited to 'java/res/xml-pt')
-rw-r--r-- | java/res/xml-pt/kbd_qwerty.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/java/res/xml-pt/kbd_qwerty.xml b/java/res/xml-pt/kbd_qwerty.xml new file mode 100644 index 000000000..64c1a0137 --- /dev/null +++ b/java/res/xml-pt/kbd_qwerty.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2011, 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. +*/ +--> + +<Keyboard + xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" + latin:keyboardHeight="@dimen/keyboardHeight" + latin:maxKeyboardHeight="50%p" + latin:rowHeight="25%p" + latin:keyWidth="10%p" + latin:horizontalGap="@dimen/key_horizontal_gap" + latin:verticalGap="@dimen/key_bottom_gap" + latin:popupKeyboardTemplate="@xml/kbd_popup_template" + latin:maxPopupKeyboardColumn="@integer/config_max_popup_keyboard_column" + latin:keyboardLocale="pt" +> + <include + latin:keyboardLayout="@xml/kbd_qwerty_rows" /> +</Keyboard> |