MaterialViewPager icon indicating copy to clipboard operation
MaterialViewPager copied to clipboard

setDecorator

Open SueDunome opened this issue 8 years ago • 1 comments

I followed the instructions to use: RecyclerView.setDecorator(new MaterialViewPagerHeaderDecorator());

but setDecorator 'cannot resolve method'

Please advise.

SueDunome avatar Oct 11 '16 00:10 SueDunome

For others, I think its supposed to read:

RecyclerView.addItemDecoration(new MaterialViewPagerHeaderDecorator());

SueDunome avatar Oct 12 '16 00:10 SueDunome