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 13:04:54 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-09 13:04:54 +0000
commit5ddbe65a51eecb8d8939226cd5a1e943a04a3e4b (patch)
treefaee099a30b80cce3c1b48f31ebf4b1bbea76413 /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
parentbd9e199630de10e2f216f61285f1779985ca0667 (diff)
parentd022df49bd083b3de68463295d04bbcaadb479a6 (diff)
downloadlatinime-5ddbe65a51eecb8d8939226cd5a1e943a04a3e4b.tar.gz
latinime-5ddbe65a51eecb8d8939226cd5a1e943a04a3e4b.tar.xz
latinime-5ddbe65a51eecb8d8939226cd5a1e943a04a3e4b.zip
am d022df49: Merge "Set content descrition of words in suggestions strip"
* commit 'd022df49bd083b3de68463295d04bbcaadb479a6': Set content descrition of words in suggestions strip
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);