From 26d3644434e550a378d85861e426053686c05d23 Mon Sep 17 00:00:00 2001
From: "Tadashi G. Takaoka" <takaoka@google.com>
Date: Tue, 27 Aug 2013 17:29:34 +0900
Subject: [PATCH] Fix SuggetionStripView.ICS style

This is a follow up of I06427e8886.

Change-Id: Ib33d64f4a4c4f08a80983b6ddf8d117aacbedccb
---
 java/res/values/themes-common.xml | 2 +-
 java/res/values/themes-gb.xml     | 6 +++---
 java/res/values/themes-ics.xml    | 5 +++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/java/res/values/themes-common.xml b/java/res/values/themes-common.xml
index 6c8e334b7b..c9334ce5f5 100644
--- a/java/res/values/themes-common.xml
+++ b/java/res/values/themes-common.xml
@@ -104,7 +104,7 @@
     <style name="MoreKeysKeyboard" />
     <style name="MoreKeysKeyboardView" />
     <style
-        name="SuggestionStripViewStyle"
+        name="SuggestionStripView"
     >
         <item name="suggestionsCountInStrip">@integer/suggestions_count_in_strip</item>
         <item name="centerSuggestionPercentile">@fraction/center_suggestion_percentile</item>
diff --git a/java/res/values/themes-gb.xml b/java/res/values/themes-gb.xml
index c52a3e2e20..b430eeafd3 100644
--- a/java/res/values/themes-gb.xml
+++ b/java/res/values/themes-gb.xml
@@ -25,7 +25,7 @@
         <item name="mainKeyboardViewStyle">@style/MainKeyboardView.GB</item>
         <item name="moreKeysKeyboardStyle">@style/MoreKeysKeyboard.GB</item>
         <item name="moreKeysKeyboardViewStyle">@style/MoreKeysKeyboardView.GB</item>
-        <item name="suggestionStripViewStyle">@style/SuggestionStripViewStyle.GB</item>
+        <item name="suggestionStripViewStyle">@style/SuggestionStripView.GB</item>
         <item name="moreKeysKeyboardBackground">@drawable/keyboard_popup_panel_background_gb</item>
         <item name="suggestionStripBackground">@drawable/keyboard_suggest_strip_gb</item>
         <item name="suggestionBackground">@drawable/btn_suggestion_gb</item>
@@ -115,8 +115,8 @@
         <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction_gb</item>
     </style>
     <style
-        name="SuggestionStripViewStyle.GB"
-        parent="SuggestionStripViewStyle"
+        name="SuggestionStripView.GB"
+        parent="SuggestionStripView"
     >
         <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item>
         <item name="colorValidTypedWord">@color/highlight_color_gb</item>
diff --git a/java/res/values/themes-ics.xml b/java/res/values/themes-ics.xml
index 19f35207ad..5ca0665ad0 100644
--- a/java/res/values/themes-ics.xml
+++ b/java/res/values/themes-ics.xml
@@ -25,7 +25,7 @@
         <item name="mainKeyboardViewStyle">@style/MainKeyboardView.ICS</item>
         <item name="moreKeysKeyboardStyle">@style/MoreKeysKeyboard.ICS</item>
         <item name="moreKeysKeyboardViewStyle">@style/MoreKeysKeyboardView.ICS</item>
-        <item name="suggestionStripViewStyle">@style/SuggestionStripViewStyle.ICS</item>
+        <item name="suggestionStripViewStyle">@style/SuggestionStripView.ICS</item>
         <item name="moreKeysKeyboardBackground">@drawable/keyboard_popup_panel_background_holo</item>
         <item name="suggestionStripBackground">@drawable/keyboard_suggest_strip_holo</item>
         <item name="suggestionBackground">@drawable/btn_suggestion_ics</item>
@@ -116,7 +116,8 @@
         <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction_ics</item>
     </style>
     <style
-        name="SuggestionStripViewStyle.ICS"
+        name="SuggestionStripView.ICS"
+        parent="SuggestionStripView"
     >
         <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item>
         <item name="colorValidTypedWord">@color/typed_word_color_ics</item>
-- 
GitLab