aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-08-27 17:32:37 +0900
committerTadashi G. Takaoka <takaoka@google.com>2013-08-27 17:32:37 +0900
commit16ed1868a16455ef9f5485696309d518f80aea1c (patch)
tree4eb9e6987adb65f4729f4cded777f57a6387b10c /java
parent26d3644434e550a378d85861e426053686c05d23 (diff)
downloadlatinime-16ed1868a16455ef9f5485696309d518f80aea1c.tar.gz
latinime-16ed1868a16455ef9f5485696309d518f80aea1c.tar.xz
latinime-16ed1868a16455ef9f5485696309d518f80aea1c.zip
Fix build
Change-Id: I60a6ee4dff8203cd9a2ed8045df6a2d75e50c89d
Diffstat (limited to 'java')
-rw-r--r--java/src/com/android/inputmethod/latin/suggestions/SuggestionStripLayoutHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripLayoutHelper.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripLayoutHelper.java
index ed0812583..aca249240 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripLayoutHelper.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripLayoutHelper.java
@@ -122,7 +122,7 @@ final class SuggestionStripLayoutHelper {
mSuggestionsStripHeight = res.getDimensionPixelSize(R.dimen.suggestions_strip_height);
final TypedArray a = context.obtainStyledAttributes(attrs,
- R.styleable.SuggestionStripView, defStyle, R.style.SuggestionStripViewStyle);
+ R.styleable.SuggestionStripView, defStyle, R.style.SuggestionStripView);
mSuggestionStripOption = a.getInt(
R.styleable.SuggestionStripView_suggestionStripOption, 0);
mAlphaObsoleted = ResourceUtils.getFraction(a,