aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-cs
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-04-04 14:30:42 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-04-05 17:25:15 +0900
commit11d9ee742f8ff3fb31b0e3beb32ee4870c63d8e3 (patch)
treed508dde42b24796c16e809e62a6fda9434489271 /java/res/xml-cs
parentcb389ef0d6e6eec737c249e1729c2a2cdc30f341 (diff)
downloadlatinime-11d9ee742f8ff3fb31b0e3beb32ee4870c63d8e3.tar.gz
latinime-11d9ee742f8ff3fb31b0e3beb32ee4870c63d8e3.tar.xz
latinime-11d9ee742f8ff3fb31b0e3beb32ee4870c63d8e3.zip
Use keyboardSet extra value of subtype to specify layout type
Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97
Diffstat (limited to 'java/res/xml-cs')
-rw-r--r--java/res/xml-cs/keyboard_set.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/java/res/xml-cs/keyboard_set.xml b/java/res/xml-cs/keyboard_set.xml
deleted file mode 100644
index f9f74516f..000000000
--- a/java/res/xml-cs/keyboard_set.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?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.
-*/
--->
-
-<KeyboardSet
- xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
- <Element
- latin:elementName="alphabet"
- latin:elementKeyboard="@xml/kbd_qwertz"
- latin:enableProximityCharsCorrection="true" />
- <Element
- latin:elementName="symbols"
- latin:elementKeyboard="@xml/kbd_symbols" />
- <Element
- latin:elementName="symbolsShifted"
- latin:elementKeyboard="@xml/kbd_symbols_shift" />
- <Element
- latin:elementName="phone"
- latin:elementKeyboard="@xml/kbd_phone" />
- <Element
- latin:elementName="phoneSymbols"
- latin:elementKeyboard="@xml/kbd_phone_symbols" />
- <Element
- latin:elementName="number"
- latin:elementKeyboard="@xml/kbd_number" />
-</KeyboardSet>