Fix SuggetionStripView.ICS style

This is a follow up of I06427e8886.

Change-Id: Ib33d64f4a4c4f08a80983b6ddf8d117aacbedccb
diff --git a/java/res/values/themes-common.xml b/java/res/values/themes-common.xml
index 6c8e334..c9334ce 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 c52a3e2..b430eea 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 19f3520..5ca0665 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>