jamfish/app/src/main/res/layout/fragment_recyclerview.xml
Karim Abou Zeid 418b3a9e0f More recycler views
-artists detail activity not working yet
2015-03-13 19:13:27 +01:00

8 lines
343 B
XML

<com.github.ksoichiro.android.observablescrollview.ObservableRecyclerView
android:id="@+id/scroll"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:divider="@null"
android:dividerHeight="0dp"/>