diff --git a/app/src/main/res/layout-land/layout_main.xml b/app/src/main/res/layout-land/layout_main.xml
index 4f23eab72dccd9c3792dda2e0995a0f06c4de67f..fe0645113fb52c8b058ab64a2713e57f9228f1c7 100644
--- a/app/src/main/res/layout-land/layout_main.xml
+++ b/app/src/main/res/layout-land/layout_main.xml
@@ -37,6 +37,7 @@
       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