2018-10-19 14:26:38 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-10-21 20:27:50 +02:00
|
|
|
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
2018-10-19 14:26:38 +02:00
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
2018-10-22 15:17:50 +02:00
|
|
|
<com.airbnb.epoxy.EpoxyRecyclerView
|
2018-10-21 20:27:50 +02:00
|
|
|
android:id="@+id/recyclerView"
|
2018-10-19 15:30:40 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
2018-10-19 14:26:38 +02:00
|
|
|
</android.support.constraint.ConstraintLayout>
|