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

Fixes #162

parent 446ddeb8
Branches
Tags
No related merge requests found
...@@ -34,14 +34,14 @@ ...@@ -34,14 +34,14 @@
<FrameLayout <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<fragment <fragment
android:id="@+id/fragment_messages" android:id="@+id/fragment_messages"
android:name="de.kuschku.quasseldroid.ui.chat.messages.MessageListFragment" android:name="de.kuschku.quasseldroid.ui.chat.messages.MessageListFragment"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:layout="@layout/fragment_messages" /> tools:layout="@layout/fragment_messages" />
<include layout="@layout/widget_connection_status" /> <include layout="@layout/widget_connection_status" />
......
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
<FrameLayout <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<fragment <fragment
android:id="@+id/fragment_messages" android:id="@+id/fragment_messages"
android:name="de.kuschku.quasseldroid.ui.chat.messages.MessageListFragment" android:name="de.kuschku.quasseldroid.ui.chat.messages.MessageListFragment"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:layout="@layout/fragment_messages" /> tools:layout="@layout/fragment_messages" />
<include layout="@layout/widget_connection_status" /> <include layout="@layout/widget_connection_status" />
......
...@@ -40,7 +40,8 @@ ...@@ -40,7 +40,8 @@
<FrameLayout <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<fragment <fragment
android:id="@+id/fragment_messages" android:id="@+id/fragment_messages"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment