aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-06-09 18:18:53 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-06-09 21:40:36 +0900
commitf3c852efadaec7779c47b6130290279a400b5ab5 (patch)
tree88184e004b926b2e80a9cf4669f9f33a3a8bab99 /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
parent48b96a6a52dab6f3a44adf80b40832d629fe5871 (diff)
downloadlatinime-f3c852efadaec7779c47b6130290279a400b5ab5.tar.gz
latinime-f3c852efadaec7779c47b6130290279a400b5ab5.tar.xz
latinime-f3c852efadaec7779c47b6130290279a400b5ab5.zip
Set content descrition of words in suggestions strip
Bug: 14849593 Change-Id: If020e2352c8e950ce87dc4711c39b8a6a41f66fc
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, 0 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
index 97241498a..8ce863578 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
@@ -163,7 +163,6 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick
word.setOnLongClickListener(this);
mWordViews.add(word);
final View divider = inflater.inflate(R.layout.suggestion_divider, null);
- divider.setOnClickListener(this);
mDividerViews.add(divider);
final TextView info = new TextView(context, null, R.attr.suggestionWordStyle);
info.setTextColor(Color.WHITE);