BayernMessenger/app/src/main/res/layout/fragment_room_detail.xml

11 lines
449 B
XML
Raw Normal View History

2018-10-19 12:26:38 +00: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 13:30:40 +00:00
<com.airbnb.epoxy.EpoxyRecyclerView
android:id="@+id/epoxyRecyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
2018-10-19 12:26:38 +00:00
</android.support.constraint.ConstraintLayout>