Fix the non-working period key in the tablet layout.

One of the edge flags was wrong.
main
Amith Yamasani 2010-09-27 15:12:01 -07:00
parent 0517bffc06
commit 71ed85bce8
1 changed files with 1 additions and 1 deletions

View File

@ -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"