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 06:10:05 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-03 06:10:05 -0800
commitb247cafcc049d51e8f888da1050000a0e6356bbe (patch)
tree7755894c90f18d5bd36a5ddde09fa5ec73c5b348 /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
parent87f437a60986cec13438d630affcf1cd25e2f841 (diff)
parent4d539f2c1e6120651aafce5104e15f2b484af033 (diff)
downloadlatinime-b247cafcc049d51e8f888da1050000a0e6356bbe.tar.gz
latinime-b247cafcc049d51e8f888da1050000a0e6356bbe.tar.xz
latinime-b247cafcc049d51e8f888da1050000a0e6356bbe.zip
am 4d539f2c: Merge "Fix important notice strip text layout"
* commit '4d539f2c1e6120651aafce5104e15f2b484af033': 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();