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

11 lines
448 B
XML
Raw Normal View History

2018-10-19 15:26:38 +03:00
<?xml version="1.0" encoding="utf-8"?>
2018-10-21 21:27:50 +03:00
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
2018-10-19 15:26:38 +03:00
android:layout_height="match_parent">
2018-10-21 21:27:50 +03:00
<android.support.v7.widget.RecyclerView
android:id="@+id/recyclerView"
2018-10-19 16:30:40 +03:00
android:layout_width="match_parent"
android:layout_height="match_parent" />
2018-10-19 15:26:38 +03:00
</android.support.constraint.ConstraintLayout>