diff options
author | 2012-05-11 14:13:45 +0900 | |
---|---|---|
committer | 2012-05-11 15:48:56 +0900 | |
commit | ef6dadbe6c54738f39632c7fec57d31efffb2362 (patch) | |
tree | de01b8da6173265b88c0c0c71dd870cd89b0ee8d /java/res/xml/row_qwerty4.xml | |
parent | 176354466e2deb2024580601c5bc09a912b6f88d (diff) | |
download | latinime-ef6dadbe6c54738f39632c7fec57d31efffb2362.tar.gz latinime-ef6dadbe6c54738f39632c7fec57d31efffb2362.tar.xz latinime-ef6dadbe6c54738f39632c7fec57d31efffb2362.zip |
Reorganize punctuations and diacritics of Arabic and Persian
Bug: 6029665
Change-Id: Id72d5af2c9c8fff09a366819901c950b87756dea
Diffstat (limited to 'java/res/xml/row_qwerty4.xml')
-rw-r--r-- | java/res/xml/row_qwerty4.xml | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/java/res/xml/row_qwerty4.xml b/java/res/xml/row_qwerty4.xml index 678034960..ecb95e7a5 100644 --- a/java/res/xml/row_qwerty4.xml +++ b/java/res/xml/row_qwerty4.xml @@ -32,8 +32,23 @@ <include latin:keyXPos="25%p" latin:keyboardLayout="@xml/key_space" /> - <Key - latin:keyStyle="punctuationKeyStyle" /> + <switch> + <case + latin:languageCode="ar|fa" + > + <!-- U+064B: "ً" ARABIC FATHATAN --> + <Key + latin:keyLabel="." + latin:keyHintLabel="ً" + latin:keyLabelFlags="hasPopupHint|hasShiftedLetterHint" + latin:moreKeys="!text/more_keys_for_arabic_diacritics" + latin:backgroundType="functional" /> + </case> + <default> + <Key + latin:keyStyle="punctuationKeyStyle" /> + </default> + </switch> <Key latin:keyStyle="enterKeyStyle" latin:keyWidth="fillRight" /> |