element-android/app/src/main/res/layout/fragment_room_detail.xml

11 lines
449 B
XML
Raw Normal View History

2018-10-19 15:26:38 +03:00
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
android:layout_height="match_parent">
2018-10-19 16:30:40 +03:00
<com.airbnb.epoxy.EpoxyRecyclerView
android:id="@+id/epoxyRecyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
2018-10-19 15:26:38 +03:00
</android.support.constraint.ConstraintLayout>