aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-02-03 09:14:01 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-03 09:14:02 +0000
commit4d539f2c1e6120651aafce5104e15f2b484af033 (patch)
tree194ce8923e982128411a27ff8d9d3e370385760c /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
parenta2d83dfdc7ae8d1dfa51a9f00d600347e7c053ee (diff)
parent9706f9a2f468765734a904d296a9e9e813220d15 (diff)
downloadlatinime-4d539f2c1e6120651aafce5104e15f2b484af033.tar.gz
latinime-4d539f2c1e6120651aafce5104e15f2b484af033.tar.xz
latinime-4d539f2c1e6120651aafce5104e15f2b484af033.zip
Merge "Fix important notice strip text layout"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java')
-rw-r--r--java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
index fe95d6781..b04a2cb5b 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
@@ -220,6 +220,7 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick
return false;
}
+ // TODO: This method should be called after this View has been attached and displayed.
public void showImportantNoticeTitle() {
mLayoutHelper.layoutImportantNotice(mImportantNoticeStrip, getWidth());
mStripVisibilityGroup.showImportantNoticeStrip();