diff options
author | 2014-08-16 14:07:14 +0000 | |
---|---|---|
committer | 2014-08-16 14:07:14 +0000 | |
commit | e260d62e0fed308eba8d1e8671d6afa2936bba66 (patch) | |
tree | 7deac371fa474ebc2b8a8ebe7d01cf38813c9f74 /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java | |
parent | 1d3732b6e82f1beed771a293b2c8a69db67e662b (diff) | |
parent | c9240d280c2a49ed09069be36a0e3dae05ac0e69 (diff) | |
download | latinime-e260d62e0fed308eba8d1e8671d6afa2936bba66.tar.gz latinime-e260d62e0fed308eba8d1e8671d6afa2936bba66.tar.xz latinime-e260d62e0fed308eba8d1e8671d6afa2936bba66.zip |
am c9240d28: am 18ac3c8a: am 16a43d2b: Let the backing view cover the entire content area
* commit 'c9240d280c2a49ed09069be36a0e3dae05ac0e69':
Let the backing view cover the entire content area
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java index 6c4d80ecb..9b8c38a2d 100644 --- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java +++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java @@ -219,8 +219,8 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick mStripVisibilityGroup.showSuggestionsStrip(); } - public int setMoreSuggestionsHeight(final int remainingHeight) { - return mLayoutHelper.setMoreSuggestionsHeight(remainingHeight); + public void setMoreSuggestionsHeight(final int remainingHeight) { + mLayoutHelper.setMoreSuggestionsHeight(remainingHeight); } public boolean isShowingAddToDictionaryHint() { |