From 9b4e897e985bead39a469d538b051aa0f4bf90c9 Mon Sep 17 00:00:00 2001
From: "Tadashi G. Takaoka" <takaoka@google.com>
Date: Tue, 31 May 2011 17:54:17 +0900
Subject: [PATCH] Fix "." key code of number layout on 7 inch tablet (DO NOT
 MERGE)

Bug: 4442045
Change-Id: Ib3e4ac7f2fab84134e0c9c3fdbf107a91acad301
---
 java/res/xml-sw600dp/kbd_number.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/java/res/xml-sw600dp/kbd_number.xml b/java/res/xml-sw600dp/kbd_number.xml
index 80391ed033..051c1c122f 100644
--- a/java/res/xml-sw600dp/kbd_number.xml
+++ b/java/res/xml-sw600dp/kbd_number.xml
@@ -98,16 +98,13 @@
             <!-- This row is intentionally not marked as a top row -->
             <Row>
                 <Key
-                    latin:code="45"
                     latin:keyLabel="-"
                     latin:keyXPos="14.5%p"
                     latin:keyWidth="9.1%p" />
                 <Key
-                    latin:code="43"
                     latin:keyLabel="+"
                     latin:keyWidth="9.1%p" />
                 <Key
-                    latin:code="44"
                     latin:keyLabel="."
                     latin:keyWidth="9.1%p" />
                 <Key
@@ -125,16 +122,13 @@
             </Row>
             <Row>
                 <Key
-                    latin:code="44"
                     latin:keyLabel="*"
                     latin:keyXPos="14.5%p"
                     latin:keyWidth="9.1%p" />
                 <Key
-                    latin:code="46"
                     latin:keyLabel="/"
                     latin:keyWidth="9.1%p" />
                 <Key
-                    latin:code="59"
                     latin:keyLabel=","
                     latin:keyWidth="9.1%p" />
                 <Key
@@ -155,16 +149,13 @@
                      ignore the touch event on the area, "(" is intentionally not marked as a left
                      edge key. -->
                 <Key
-                    latin:code="40"
                     latin:keyLabel="("
                     latin:keyXPos="14.5%p"
                     latin:keyWidth="9.1%p" />
                 <Key
-                    latin:code="41"
                     latin:keyLabel=")"
                     latin:keyWidth="9.1%p" />
                 <Key
-                    latin:code="78"
                     latin:keyLabel="="
                     latin:keyWidth="9.1%p" />
                 <Key
-- 
GitLab