From 08cfebda8b535424ee5f2790ab5a15d18a995a39 Mon Sep 17 00:00:00 2001
From: "Tadashi G. Takaoka" <takaoka@google.com>
Date: Thu, 16 Sep 2010 12:22:53 +0900
Subject: [PATCH] Move comma as default position of mini keyboard

Bug: 3000978
Change-Id: I0369b3dc6ae58b77e7af112e446ae8189f5bbfc9
---
 java/res/xml/popup_punctuation.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/res/xml/popup_punctuation.xml b/java/res/xml/popup_punctuation.xml
index a29fb520d5..7f88cd3e0d 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>
-- 
GitLab