From 24e1f28f2527d72d03c6cf6f3b75acbee52a3eb8 Mon Sep 17 00:00:00 2001
From: satok <satok@google.com>
Date: Thu, 16 Dec 2010 16:57:04 +0900
Subject: [PATCH] Changed Icon for a US English keyboard subtype temporary

Change-Id: I422b9a1c055177c35e4dd9564b408179cf82f21e
---
 java/res/xml/method.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml
index a38182197f..482b35f4c8 100644
--- a/java/res/xml/method.xml
+++ b/java/res/xml/method.xml
@@ -29,7 +29,7 @@
         android:isDefault="@bool/im_is_default">
     <!-- If IME doesn't have an applicable subtype, the first subtype will be used as a default
          subtype.-->
-    <subtype android:icon="@drawable/ic_subtype_keyboard_en_us"
+    <subtype android:icon="@drawable/ic_subtype_keyboard_en_gb"
             android:label="@string/subtype_mode_en_US_keyboard"
             android:imeSubtypeLocale="en_US"
             android:imeSubtypeMode="keyboard"
-- 
GitLab