diff options
author | 2011-09-05 16:46:15 +0900 | |
---|---|---|
committer | 2011-09-05 16:48:56 +0900 | |
commit | 0e2fa6614435b0ba9ef83edd4067d085d6084e67 (patch) | |
tree | e3aeea249e194f533d7a9d10172178bd34a5a990 /java/src | |
parent | 59b501a05078e5a9de7cdace19c51ca693076a17 (diff) | |
download | latinime-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.java | 2 |
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) { |