aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-08-27 01:34:54 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-27 01:34:54 -0700
commit00891c20cad3786bde2b037c4b69447d005d37c1 (patch)
treeca9c0edffa471fd0bba353e96efef468cda2e94c /java/src/com/android/inputmethod
parent87192930a805d35cc2d0117bc06d8fbcc4e43fa5 (diff)
parent16ed1868a16455ef9f5485696309d518f80aea1c (diff)
downloadlatinime-00891c20cad3786bde2b037c4b69447d005d37c1.tar.gz
latinime-00891c20cad3786bde2b037c4b69447d005d37c1.tar.xz
latinime-00891c20cad3786bde2b037c4b69447d005d37c1.zip
am 16ed1868: Fix build
* commit '16ed1868a16455ef9f5485696309d518f80aea1c': Fix build
Diffstat (limited to 'java/src/com/android/inputmethod')
-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,