cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

decoration dont appear. #321

Open songsh opened 8 years ago

songsh commented 8 years ago

i extend SwipeableUltimateViewAdapter, and rv.addItemDecoration(new HorizontalDividerItemDecoration.Builder(mContext).build()); decoration is not appear,why?

jjhesk commented 8 years ago

make sure you have added your related drawable items in the decortive builder.

jjhesk commented 8 years ago

@songsh i will take a look of this swipeable adapter later.

jjhesk commented 8 years ago

@songsh please refer to the latest update of the library.