Fix the non-working period key in the tablet layout.
One of the edge flags was wrong.
This commit is contained in:
parent
0517bffc06
commit
71ed85bce8
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@
|
||||||
android:keyWidth="12.5%p"
|
android:keyWidth="12.5%p"
|
||||||
android:isModifier="true"
|
android:isModifier="true"
|
||||||
android:isSticky="true"
|
android:isSticky="true"
|
||||||
android:keyEdgeFlags="left" />
|
android:keyEdgeFlags="right" />
|
||||||
</Row>
|
</Row>
|
||||||
<Row
|
<Row
|
||||||
android:rowEdgeFlags="bottom"
|
android:rowEdgeFlags="bottom"
|
||||||
|
|
Loading…
Reference in a new issue