diff options
author | 2014-02-03 06:10:05 -0800 | |
---|---|---|
committer | 2014-02-03 06:10:05 -0800 | |
commit | b247cafcc049d51e8f888da1050000a0e6356bbe (patch) | |
tree | 7755894c90f18d5bd36a5ddde09fa5ec73c5b348 /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java | |
parent | 87f437a60986cec13438d630affcf1cd25e2f841 (diff) | |
parent | 4d539f2c1e6120651aafce5104e15f2b484af033 (diff) | |
download | latinime-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.java | 1 |
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(); |