use match_parent as height in conversations overview

This commit is contained in:
Daniel Gultsch 2016-01-12 15:35:23 +01:00
parent da6076028f
commit 921d567dcb
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
<View
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_height="match_parent"
android:background="@color/primary"/>
<FrameLayout
android:id="@+id/swipeable_item"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_height="wrap_content"
android:background="@color/grey50">
<RelativeLayout