diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml
index fa6b2eb39..2af2554a0 100644
--- a/java/res/values/attrs.xml
+++ b/java/res/values/attrs.xml
@@ -27,11 +27,11 @@
-
+
+
-
-
+
-
-
-
+
+
+
diff --git a/java/res/values/themes-basic.xml b/java/res/values/themes-basic.xml
index ff7f9ed35..4f754844f 100644
--- a/java/res/values/themes-basic.xml
+++ b/java/res/values/themes-basic.xml
@@ -22,9 +22,9 @@
- @style/MiniKeyboardView
- @style/MiniKeyboardPanelStyle
- @style/SuggestionsStripBackgroundStyle
- - @style/SuggestionsPaneViewStyle
+ - @style/SuggestionsViewStyle
+ - @style/MoreSuggestionsViewStyle
- @style/SuggestionBackgroundStyle
- @style/SuggestionPreviewBackgroundStyle
- - @style/SuggestionsViewStyle
diff --git a/java/res/values/themes-gingerbread.xml b/java/res/values/themes-gingerbread.xml
index af91c3bed..f3a74f33e 100644
--- a/java/res/values/themes-gingerbread.xml
+++ b/java/res/values/themes-gingerbread.xml
@@ -22,9 +22,9 @@
- @style/MiniKeyboardView.Gingerbread
- @style/MiniKeyboardPanelStyle
- @style/SuggestionsStripBackgroundStyle
- - @style/SuggestionsPaneViewStyle
+ - @style/SuggestionsViewStyle
+ - @style/MoreSuggestionsViewStyle
- @style/SuggestionBackgroundStyle
- @style/SuggestionPreviewBackgroundStyle
- - @style/SuggestionsViewStyle
diff --git a/java/res/values/themes-ics.xml b/java/res/values/themes-ics.xml
index 341afcc53..4b5ae6d20 100644
--- a/java/res/values/themes-ics.xml
+++ b/java/res/values/themes-ics.xml
@@ -22,9 +22,9 @@
- @style/MiniKeyboardView.IceCreamSandwich
- @style/MiniKeyboardPanelStyle.IceCreamSandwich
- @style/SuggestionsStripBackgroundStyle.IceCreamSandwich
- - @style/SuggestionsPaneViewStyle.IceCreamSandwich
+ - @style/SuggestionsViewStyle.IceCreamSandwich
+ - @style/MoreSuggestionsViewStyle.IceCreamSandwich
- @style/SuggestionBackgroundStyle.IceCreamSandwich
- @style/SuggestionPreviewBackgroundStyle.IceCreamSandwich
- - @style/SuggestionsViewStyle.IceCreamSandwich
diff --git a/java/res/values/themes-stone-bold.xml b/java/res/values/themes-stone-bold.xml
index 915f2263e..3cff0f123 100644
--- a/java/res/values/themes-stone-bold.xml
+++ b/java/res/values/themes-stone-bold.xml
@@ -22,9 +22,9 @@
- @style/MiniKeyboardView.Stone
- @style/MiniKeyboardPanelStyle
- @style/SuggestionsStripBackgroundStyle
- - @style/SuggestionsPaneViewStyle
- - @style/SuggestionBackgroundStyle
- - @style/SuggestionPreviewBackgroundStyle
- @style/SuggestionsViewStyle
+ - @style/MoreSuggestionsViewStyle
+ - @style/SuggestionBackgroundStyle
+ - @style/SuggestionPreviewBackgroundStyle
diff --git a/java/res/values/themes-stone.xml b/java/res/values/themes-stone.xml
index 6d5b9dbae..785f4107f 100644
--- a/java/res/values/themes-stone.xml
+++ b/java/res/values/themes-stone.xml
@@ -22,9 +22,9 @@
- @style/MiniKeyboardView.Stone
- @style/MiniKeyboardPanelStyle
- @style/SuggestionsStripBackgroundStyle
- - @style/SuggestionsPaneViewStyle
+ - @style/SuggestionsViewStyle
+ - @style/MoreSuggestionsViewStyle
- @style/SuggestionBackgroundStyle
- @style/SuggestionPreviewBackgroundStyle
- - @style/SuggestionsViewStyle
diff --git a/java/src/com/android/inputmethod/latin/MoreSuggestionsView.java b/java/src/com/android/inputmethod/latin/MoreSuggestionsView.java
index 9fd90241b..0f8192bbb 100644
--- a/java/src/com/android/inputmethod/latin/MoreSuggestionsView.java
+++ b/java/src/com/android/inputmethod/latin/MoreSuggestionsView.java
@@ -73,7 +73,7 @@ public class MoreSuggestionsView extends KeyboardView implements MoreKeysPanel {
};
public MoreSuggestionsView(Context context, AttributeSet attrs) {
- this(context, attrs, R.attr.suggestionsPaneViewStyle);
+ this(context, attrs, R.attr.moreSuggestionsViewStyle);
}
public MoreSuggestionsView(Context context, AttributeSet attrs, int defStyle) {