aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-08-27 15:15:44 +0900
committerTadashi G. Takaoka <takaoka@google.com>2013-08-27 17:05:22 +0900
commit08323cd597cd2c85eaf1ade9c98ee5fe9d8ecea2 (patch)
tree98ba89d88515a20257fbba7146ebee3c2de7a58d /java/src
parentadaaf9ffb8f8ee0fa568d232ac140b74b0be4e38 (diff)
downloadlatinime-08323cd597cd2c85eaf1ade9c98ee5fe9d8ecea2.tar.gz
latinime-08323cd597cd2c85eaf1ade9c98ee5fe9d8ecea2.tar.xz
latinime-08323cd597cd2c85eaf1ade9c98ee5fe9d8ecea2.zip
Add _gb to Gingerbread resources
Bug: 10415342 Change-Id: Id8caf5a972fe72b577dbf50dcd2cf739b2d35a32
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/suggestions/MoreSuggestionsView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestionsView.java b/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestionsView.java
index d585b5c7f..0ebe37782 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestionsView.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestionsView.java
@@ -34,7 +34,7 @@ public final class MoreSuggestionsView extends MoreKeysKeyboardView {
private static final String TAG = MoreSuggestionsView.class.getSimpleName();
public MoreSuggestionsView(final Context context, final AttributeSet attrs) {
- this(context, attrs, R.attr.moreSuggestionsViewStyle);
+ this(context, attrs, R.attr.moreKeysKeyboardViewStyle);
}
public MoreSuggestionsView(final Context context, final AttributeSet attrs,