lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

How to use it in Navigation Drawer? #201

Open syedalinaqi opened 9 years ago

syedalinaqi commented 9 years ago

I Was Using Recycler view at first in Navigation Drawer But i wanted to use Divider SO I Replaced it with This: <org.lucasr.twowayview.widget.TwoWayView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/drawerlist" android:layout_width="match_parent" android:layout_height="match_parent" style="@style/TwoWayView" app:twowayview_layoutManager="ListLayoutManager"/> But how would I show the divider above the 3rd item in the list view