diff options
author | 2012-06-13 21:00:20 -0700 | |
---|---|---|
committer | 2012-06-14 15:18:25 +0900 | |
commit | 1db4f95105ba59651b074697ee01903af22b331f (patch) | |
tree | ceb708374774b6453b21abe61815a0562e5d1c02 /java/res/xml/row_qwerty4.xml | |
parent | 3baa7767e8e364364fb0a5b31cdf61b097dec799 (diff) | |
download | latinime-1db4f95105ba59651b074697ee01903af22b331f.tar.gz latinime-1db4f95105ba59651b074697ee01903af22b331f.tar.xz latinime-1db4f95105ba59651b074697ee01903af22b331f.zip |
Fix the order of Persian diacritics
The java source file KeyboardTextsSet.java has rather big change, but
this file is auto generated by "maketext" tool. The crucial part of
this change is in 5 XML resource files.
Bug: 6661783
Change-Id: I1d827ab0ebe6caa5ab73531682d6c32540b0d7aa
Diffstat (limited to 'java/res/xml/row_qwerty4.xml')
-rw-r--r-- | java/res/xml/row_qwerty4.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/res/xml/row_qwerty4.xml b/java/res/xml/row_qwerty4.xml index 43385d291..c29fbf2f1 100644 --- a/java/res/xml/row_qwerty4.xml +++ b/java/res/xml/row_qwerty4.xml @@ -36,9 +36,8 @@ <case latin:languageCode="ar|fa" > - <!-- U+064B: "ً" ARABIC FATHATAN --> <Key - latin:keyHintLabel="ً" + latin:keyHintLabel="!text/keyhintlabel_for_arabic_diacritics" latin:keyLabelFlags="hasPopupHint|hasShiftedLetterHint" latin:moreKeys="!text/more_keys_for_arabic_diacritics" latin:keyStyle="punctuationKeyStyle" /> |