diff --git a/app/src/main/res/layout-sw600dp-land/layout_main.xml b/app/src/main/res/layout-sw600dp-land/layout_main.xml index 675b648f52dd9814e4f3d9f8fe6d0b90149883bd..c97dae5a2be1cf8f41c5871235c26be3320eb67d 100644 --- a/app/src/main/res/layout-sw600dp-land/layout_main.xml +++ b/app/src/main/res/layout-sw600dp-land/layout_main.xml @@ -38,6 +38,14 @@ android:layout_marginBottom="?actionBarSize" android:orientation="vertical"> + <fragment + android:id="@+id/fragment_messages" + android:name="de.kuschku.quasseldroid.ui.chat.messages.MessageListFragment" + android:layout_width="match_parent" + android:layout_height="match_parent" + app:layout_behavior="@string/appbar_scrolling_view_behavior" + tools:layout="@layout/fragment_messages" /> + <android.support.v7.widget.RecyclerView android:id="@+id/autocomplete_list" android:layout_width="match_parent"