commit | 71ed85bce807b4ae5cfed4c9842cfabd6e4f3119 | [log] [tgz] |
---|---|---|
author | Amith Yamasani <yamasani@google.com> | Mon Sep 27 15:12:01 2010 -0700 |
committer | Amith Yamasani <yamasani@google.com> | Mon Sep 27 15:12:01 2010 -0700 |
tree | d545b288edde0a8a1399ddbb1ea56e87cd705dcb | |
parent | 0517bffc065096ce3b0eceada94696735fcbafd7 [diff] |
Fix the non-working period key in the tablet layout. One of the edge flags was wrong.
diff --git a/java/res/xml-xlarge/kbd_qwerty.xml b/java/res/xml-xlarge/kbd_qwerty.xml index e710b34..d1dd613 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"