Makes back pagination work. Still need to refine but ok for proto.

This commit is contained in:
ganfra
2018-10-22 15:17:50 +02:00
parent d71ae02162
commit 0f4d15e488
11 changed files with 56 additions and 37 deletions

View File

@ -3,7 +3,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
<com.airbnb.epoxy.EpoxyRecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent" />