aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-09-05 16:46:15 +0900
committerTadashi G. Takaoka <takaoka@google.com>2011-09-05 16:48:56 +0900
commit0e2fa6614435b0ba9ef83edd4067d085d6084e67 (patch)
treee3aeea249e194f533d7a9d10172178bd34a5a990 /java/src
parent59b501a05078e5a9de7cdace19c51ca693076a17 (diff)
downloadlatinime-0e2fa6614435b0ba9ef83edd4067d085d6084e67.tar.gz
latinime-0e2fa6614435b0ba9ef83edd4067d085d6084e67.tar.xz
latinime-0e2fa6614435b0ba9ef83edd4067d085d6084e67.zip
Rename suggestionsPaneViewStyle to moreSuggestionsViewStyle
Change-Id: I30873ad870c728e28a044baf9946b4461ab03575
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/MoreSuggestionsView.java2
1 files changed, 1 insertions, 1 deletions
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) {