diff options
author | 2013-09-06 15:03:19 +0900 | |
---|---|---|
committer | 2013-09-06 16:43:19 +0900 | |
commit | 98565a9c02175ac8b669e88433191a0e22a395e0 (patch) | |
tree | ccb40e4981710063f8822205449c6f6d29a2c443 /java/res/xml/key_space_symbols.xml | |
parent | 1c6b9582f400fcbe2f3dfa08ecbfbbc974a210e7 (diff) | |
download | latinime-98565a9c02175ac8b669e88433191a0e22a395e0.tar.gz latinime-98565a9c02175ac8b669e88433191a0e22a395e0.tar.xz latinime-98565a9c02175ac8b669e88433191a0e22a395e0.zip |
Optimize tablet layout
Bug: 9059539
Change-Id: Ideb6965768fcf092c081eb1d3102312c863cc5b6
Diffstat (limited to 'java/res/xml/key_space_symbols.xml')
-rw-r--r-- | java/res/xml/key_space_symbols.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/java/res/xml/key_space_symbols.xml b/java/res/xml/key_space_symbols.xml new file mode 100644 index 000000000..1efc4ff4e --- /dev/null +++ b/java/res/xml/key_space_symbols.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2012, 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. +*/ +--> + +<merge + xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" +> + <include + latin:keyboardLayout="@xml/key_space_3kw" /> +</merge> |