aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-fr-rCA
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2010-11-23 11:54:33 -0800
committerTadashi G. Takaoka <takaoka@google.com>2010-12-01 10:17:16 +0900
commit842b3d411592847be496590608d298bc17cf70b2 (patch)
tree4969711346abc0232f587b25dde4771f125c73ef /java/res/xml-fr-rCA
parentb30fa723f05a0065ba5a257cd0db32fcba621ddb (diff)
downloadlatinime-842b3d411592847be496590608d298bc17cf70b2.tar.gz
latinime-842b3d411592847be496590608d298bc17cf70b2.tar.xz
latinime-842b3d411592847be496590608d298bc17cf70b2.zip
Support de,fr locale keyboard layouts for tablet
This change introduces, - support de QWERTZ - support fr AZERTY - support fr_CA QWERTY layout - support fr_CH QWERTZ layout - refactor some common keyboard row layouts Bug: 2334086 Change-Id: I3e01e841e0dc72419d55e29d426bdec70655459c
Diffstat (limited to 'java/res/xml-fr-rCA')
-rw-r--r--java/res/xml-fr-rCA/kbd_qwerty.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/java/res/xml-fr-rCA/kbd_qwerty.xml b/java/res/xml-fr-rCA/kbd_qwerty.xml
new file mode 100644
index 000000000..42f151560
--- /dev/null
+++ b/java/res/xml-fr-rCA/kbd_qwerty.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2008, 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:keyWidth="10%p"
+ latin:horizontalGap="@dimen/key_horizontal_gap"
+ latin:verticalGap="@dimen/key_bottom_gap"
+ latin:keyHeight="@dimen/key_height"
+>
+ <include
+ latin:keyboardLayout="@xml/kbd_qwerty_rows" />
+</Keyboard>