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

11 lines
444 B
XML
Raw Normal View History

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