Fix build

Change-Id: I60a6ee4dff8203cd9a2ed8045df6a2d75e50c89d
main
Tadashi G. Takaoka 2013-08-27 17:32:37 +09:00
parent 26d3644434
commit 16ed1868a1
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,