use match_parent as height in conversations overview

Daniel Gultsch created

Change summary

src/main/res/layout/conversation_list_row.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

src/main/res/layout/conversation_list_row.xml 🔗

@@ -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