Skip to content
Snippets Groups Projects
Commit 16ed1868 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix build

Change-Id: I60a6ee4dff8203cd9a2ed8045df6a2d75e50c89d
parent 26d36444
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment