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

Fix several layout problems, fixes #69

parent 1f6c199a
Branches
Tags
No related merge requests found
......@@ -24,14 +24,14 @@
android:layout_height="match_parent"
android:gravity="bottom">
<include layout="@layout/layout_toolbar" />
<android.support.design.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="?actionBarSize"
android:orientation="vertical">
<include layout="@layout/layout_toolbar" />
<fragment
android:id="@+id/fragment_messages"
android:name="de.kuschku.quasseldroid.ui.chat.messages.MessageListFragment"
......@@ -39,12 +39,6 @@
android:layout_height="match_parent"
tools:layout="@layout/fragment_messages" />
<de.kuschku.quasseldroid.util.ui.ShadowView
android:layout_width="match_parent"
android:layout_height="16dp"
android:gravity="bottom"
app:layout_anchor="@id/autocomplete_list" />
<android.support.v7.widget.RecyclerView
android:id="@+id/autocomplete_list"
android:layout_width="match_parent"
......
......@@ -38,13 +38,6 @@
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"
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