diff options
author | 2014-02-03 09:14:01 +0000 | |
---|---|---|
committer | 2014-02-03 09:14:02 +0000 | |
commit | 4d539f2c1e6120651aafce5104e15f2b484af033 (patch) | |
tree | 194ce8923e982128411a27ff8d9d3e370385760c /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java | |
parent | a2d83dfdc7ae8d1dfa51a9f00d600347e7c053ee (diff) | |
parent | 9706f9a2f468765734a904d296a9e9e813220d15 (diff) | |
download | latinime-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.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(); |