Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89e21ee1 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

am 08cfebda: Move comma as default position of mini keyboard

Merge commit '08cfebda' into gingerbread-plus-aosp

* commit '08cfebda':
  Move comma as default position of mini keyboard
parents 13a6c8c1 08cfebda
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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="&quot;" />
        <Key android:keyLabel="\?" />
        <Key android:keyLabel="!" android:keyEdgeFlags="right" />
        <Key android:keyLabel="!" />
        <Key android:keyLabel="," android:keyEdgeFlags="right" />
    </Row>
</Keyboard>