Skip to content
Snippets Groups Projects
Verified Commit 95cf1d9b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes #87

parent 6c1a7f6a
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment