Move comma as default position of mini keyboard

Bug: 3000978
Change-Id: I0369b3dc6ae58b77e7af112e446ae8189f5bbfc9
diff --git a/java/res/xml/popup_punctuation.xml b/java/res/xml/popup_punctuation.xml
index a29fb52..7f88cd3 100644
--- a/java/res/xml/popup_punctuation.xml
+++ b/java/res/xml/popup_punctuation.xml
@@ -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>