use match_parent as height in conversations overview
This commit is contained in:
parent
da6076028f
commit
921d567dcb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue