florent37 / MaterialViewPager

A Material Design ViewPager easy to use library

Home Page:https://www.fiches-plateau-moto.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setDecorator

SueDunome opened this issue · comments

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());