missing build() in readme
BaronZ opened this issue · comments
BaronZ commented
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))
Yoshihito Ikeda commented
Thanks, I fixed it!!