yqritc / RecyclerView-FlexibleDivider

Android library providing simple way to control divider items (ItemDecoration) of RecyclerView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing build() in readme

BaronZ opened this issue · comments

hi bud, u missed calling build() in ur sample code in readme
RecyclerView recyclerView = (RecyclerView) findViewById(R.id.recyclerview); recyclerView.addItemDecoration(new HorizontalDividerItemDecoration.Builder(this))

Thanks, I fixed it!!