aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/kbd_qwertz.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-12-13 17:30:51 +0900
committerTadashi G. Takaoka <takaoka@google.com>2011-12-14 16:28:31 +0900
commitf86109ca563df283b336c62853533c54134dfc56 (patch)
tree7a5ddd9831e636b699165390fdf39c6ee1adf898 /java/res/xml/kbd_qwertz.xml
parentcfe264bfee15344282f4a2f42cfc7ee905f0eba8 (diff)
downloadlatinime-f86109ca563df283b336c62853533c54134dfc56.tar.gz
latinime-f86109ca563df283b336c62853533c54134dfc56.tar.xz
latinime-f86109ca563df283b336c62853533c54134dfc56.zip
Utilize KeyboardSet XML definitions
This change introduces KeyboardSet and SubKeyboard XML definitions to represent a set of keyboard layouts. Bug: 5002108 Bug: 5679585 Change-Id: Ib6c8d5936187381bb6725c9fe574e93871c01a86
Diffstat (limited to 'java/res/xml/kbd_qwertz.xml')
-rw-r--r--java/res/xml/kbd_qwertz.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/java/res/xml/kbd_qwertz.xml b/java/res/xml/kbd_qwertz.xml
new file mode 100644
index 000000000..5bcceb2f6
--- /dev/null
+++ b/java/res/xml/kbd_qwertz.xml
@@ -0,0 +1,26 @@
+<?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"
+>
+ <include
+ latin:keyboardLayout="@xml/kbd_rows_qwertz" />
+</Keyboard>