MaterialViewPager
MaterialViewPager copied to clipboard
setDecorator
I followed the instructions to use: RecyclerView.setDecorator(new MaterialViewPagerHeaderDecorator());
but setDecorator 'cannot resolve method'
Please advise.
For others, I think its supposed to read:
RecyclerView.addItemDecoration(new MaterialViewPagerHeaderDecorator());