diff options
author | 2012-02-01 19:43:58 +0900 | |
---|---|---|
committer | 2012-02-01 22:58:16 +0900 | |
commit | 71c695da22fd99e56ba5b267ad21b750ab1534b5 (patch) | |
tree | c5e66729dca93601a040fdd41003e036b34f32ec /java/res/xml/kbd_hebrew.xml | |
parent | 40e9012276b1df9be8c1a9069eaeb16027549a85 (diff) | |
download | latinime-71c695da22fd99e56ba5b267ad21b750ab1534b5.tar.gz latinime-71c695da22fd99e56ba5b267ad21b750ab1534b5.tar.xz latinime-71c695da22fd99e56ba5b267ad21b750ab1534b5.zip |
Remove BIDI mirroring hack from Key
This change also removes isRtlKeyboard attribute from <Keyboard/>
Bug: 5948247
Change-Id: I85998f17ae146a4c8cd0f419ab820b746cb8974f
Diffstat (limited to 'java/res/xml/kbd_hebrew.xml')
-rw-r--r-- | java/res/xml/kbd_hebrew.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/res/xml/kbd_hebrew.xml b/java/res/xml/kbd_hebrew.xml index 3d574db59..74836f342 100644 --- a/java/res/xml/kbd_hebrew.xml +++ b/java/res/xml/kbd_hebrew.xml @@ -20,7 +20,6 @@ <Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" - latin:isRtlKeyboard="true" > <include latin:keyboardLayout="@xml/rows_hebrew" /> |