diff options
author | 2012-02-28 15:13:41 +0900 | |
---|---|---|
committer | 2012-03-13 22:02:40 +0900 | |
commit | fe8555536ad4f8942d5d0899374092392364bf6c (patch) | |
tree | 4a1b9a0b05abfd82ed4df9116be7e33e22f98fd4 /java/res/xml-sw600dp/row_qwerty4.xml | |
parent | e1a91d0b262c59e4c0f1fe20c9c8a8cbb403e99e (diff) | |
download | latinime-fe8555536ad4f8942d5d0899374092392364bf6c.tar.gz latinime-fe8555536ad4f8942d5d0899374092392364bf6c.tar.xz latinime-fe8555536ad4f8942d5d0899374092392364bf6c.zip |
Support Persian Keyboard
This is a first trial implementation based on Arabic layout.
Bug: 5456620
Change-Id: Ifa21d7fbd408853a44678623c13b9c078283732c
Diffstat (limited to 'java/res/xml-sw600dp/row_qwerty4.xml')
-rw-r--r-- | java/res/xml-sw600dp/row_qwerty4.xml | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/java/res/xml-sw600dp/row_qwerty4.xml b/java/res/xml-sw600dp/row_qwerty4.xml index 3c2f06d02..eec35b078 100644 --- a/java/res/xml-sw600dp/row_qwerty4.xml +++ b/java/res/xml-sw600dp/row_qwerty4.xml @@ -50,10 +50,24 @@ latin:keyStyle="hasShiftedLetterHintStyle" /> </default> </switch> - <Key - latin:keyStyle="spaceKeyStyle" - latin:keyXPos="30.750%p" - latin:keyWidth="39.750%p" /> + <switch> + <case + latin:languageCode="fa" + > + <Key + latin:keyStyle="spaceKeyStyle" + latin:keyXPos="30.750%p" + latin:keyWidth="30.850%p" /> + <Key + latin:keyStyle="zwnjKeyStyle" /> + </case> + <default> + <Key + latin:keyStyle="spaceKeyStyle" + latin:keyXPos="30.750%p" + latin:keyWidth="39.750%p" /> + </default> + </switch> <switch> <case latin:languageCode="iw" |