diff options
author | 2010-09-27 15:12:01 -0700 | |
---|---|---|
committer | 2010-09-27 15:12:01 -0700 | |
commit | 71ed85bce807b4ae5cfed4c9842cfabd6e4f3119 (patch) | |
tree | d545b288edde0a8a1399ddbb1ea56e87cd705dcb /java | |
parent | 0517bffc065096ce3b0eceada94696735fcbafd7 (diff) | |
download | latinime-71ed85bce807b4ae5cfed4c9842cfabd6e4f3119.tar.gz latinime-71ed85bce807b4ae5cfed4c9842cfabd6e4f3119.tar.xz latinime-71ed85bce807b4ae5cfed4c9842cfabd6e4f3119.zip |
Fix the non-working period key in the tablet layout.
One of the edge flags was wrong.
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml-xlarge/kbd_qwerty.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml-xlarge/kbd_qwerty.xml b/java/res/xml-xlarge/kbd_qwerty.xml index e710b34c7..d1dd6130e 100644 --- a/java/res/xml-xlarge/kbd_qwerty.xml +++ b/java/res/xml-xlarge/kbd_qwerty.xml @@ -186,7 +186,7 @@ android:keyWidth="12.5%p" android:isModifier="true" android:isSticky="true" - android:keyEdgeFlags="left" /> + android:keyEdgeFlags="right" /> </Row> <Row android:rowEdgeFlags="bottom" |