am 16ed1868: Fix build

* commit '16ed1868a16455ef9f5485696309d518f80aea1c':
  Fix build
main
Tadashi G. Takaoka 2013-08-27 01:34:54 -07:00 committed by Android Git Automerger
commit 00891c20ca
1 changed files with 1 additions and 1 deletions

View File

@ -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,