Merge commit '89e21ee1f5be55ac3db224ab54b27cc604087efa' * commit '89e21ee1f5be55ac3db224ab54b27cc604087efa': Move comma as default position of mini keyboard
This commit is contained in:
commit
5d007ef380
1 changed files with 2 additions and 2 deletions
|
@ -36,11 +36,11 @@
|
|||
</Row>
|
||||
<Row android:rowEdgeFlags="bottom">
|
||||
<Key android:keyLabel=";" android:keyEdgeFlags="left" />
|
||||
<Key android:keyLabel="," />
|
||||
<Key android:keyLabel="\@" />
|
||||
<Key android:keyLabel="\'" />
|
||||
<Key android:keyLabel=""" />
|
||||
<Key android:keyLabel="\?" />
|
||||
<Key android:keyLabel="!" android:keyEdgeFlags="right" />
|
||||
<Key android:keyLabel="!" />
|
||||
<Key android:keyLabel="," android:keyEdgeFlags="right" />
|
||||
</Row>
|
||||
</Keyboard>
|
||||
|
|
Loading…
Reference in a new issue