aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-iw
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-02-01 06:04:01 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-02-01 06:04:01 -0800
commit36b1c524adacd5642b97d66ec71af837d161ced5 (patch)
treec5e66729dca93601a040fdd41003e036b34f32ec /java/res/xml-iw
parent4eaa8c678b9bc534949a506e0b9d8d6413899641 (diff)
parent71c695da22fd99e56ba5b267ad21b750ab1534b5 (diff)
downloadlatinime-36b1c524adacd5642b97d66ec71af837d161ced5.tar.gz
latinime-36b1c524adacd5642b97d66ec71af837d161ced5.tar.xz
latinime-36b1c524adacd5642b97d66ec71af837d161ced5.zip
am 71c695da: Remove BIDI mirroring hack from Key
* commit '71c695da22fd99e56ba5b267ad21b750ab1534b5': Remove BIDI mirroring hack from Key
Diffstat (limited to 'java/res/xml-iw')
-rw-r--r--java/res/xml-iw/kbd_symbols.xml27
-rw-r--r--java/res/xml-iw/kbd_symbols_shift.xml27
2 files changed, 0 insertions, 54 deletions
diff --git a/java/res/xml-iw/kbd_symbols.xml b/java/res/xml-iw/kbd_symbols.xml
deleted file mode 100644
index c1905b875..000000000
--- a/java/res/xml-iw/kbd_symbols.xml
+++ /dev/null
@@ -1,27 +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.
-*/
--->
-
-<Keyboard
- xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
- latin:isRtlKeyboard="true"
->
- <include
- latin:keyboardLayout="@xml/rows_symbols" />
-</Keyboard>
diff --git a/java/res/xml-iw/kbd_symbols_shift.xml b/java/res/xml-iw/kbd_symbols_shift.xml
deleted file mode 100644
index 820b425ea..000000000
--- a/java/res/xml-iw/kbd_symbols_shift.xml
+++ /dev/null
@@ -1,27 +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.
-*/
--->
-
-<Keyboard
- xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
- latin:isRtlKeyboard="true"
->
- <include
- latin:keyboardLayout="@xml/rows_symbols_shift" />
-</Keyboard>