diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/res/layout/conversation_list_row.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml index 984073b3..cd3f9266 100644 --- a/src/main/res/layout/conversation_list_row.xml +++ b/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 |