am 08cfebda: Move comma as default position of mini keyboard
Merge commit '08cfebda8b535424ee5f2790ab5a15d18a995a39' into gingerbread-plus-aosp * commit '08cfebda8b535424ee5f2790ab5a15d18a995a39': Move comma as default position of mini keyboardmain
commit
89e21ee1f5
|
@ -36,11 +36,11 @@
|
||||||
</Row>
|
</Row>
|
||||||
<Row android:rowEdgeFlags="bottom">
|
<Row android:rowEdgeFlags="bottom">
|
||||||
<Key android:keyLabel=";" android:keyEdgeFlags="left" />
|
<Key android:keyLabel=";" android:keyEdgeFlags="left" />
|
||||||
<Key android:keyLabel="," />
|
|
||||||
<Key android:keyLabel="\@" />
|
<Key android:keyLabel="\@" />
|
||||||
<Key android:keyLabel="\'" />
|
<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>
|
</Row>
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
|
Loading…
Reference in New Issue