aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-09-05 01:39:33 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-05 01:39:33 -0700
commit1d8ec1cb9fb2c395873566438fe63e46b9e535da (patch)
treeb0a7c0f655109fe7e1694881ddc4423decca265e /java/src
parent0e7bd388d21b88d76bca32e4aa77d88bbea11cfd (diff)
parent0e2fa6614435b0ba9ef83edd4067d085d6084e67 (diff)
downloadlatinime-1d8ec1cb9fb2c395873566438fe63e46b9e535da.tar.gz
latinime-1d8ec1cb9fb2c395873566438fe63e46b9e535da.tar.xz
latinime-1d8ec1cb9fb2c395873566438fe63e46b9e535da.zip
Merge "Rename suggestionsPaneViewStyle to moreSuggestionsViewStyle"
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) {