From f8e75f6f7e20f195c2a789da0d178106721aa930 Mon Sep 17 00:00:00 2001 From: str4d Date: Fri, 2 Jan 2015 04:41:07 +0000 Subject: [PATCH] Separate multiple attachments --- app/src/main/res/layout/listitem_attachment.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/listitem_attachment.xml b/app/src/main/res/layout/listitem_attachment.xml index 334f1d0..78e12f5 100644 --- a/app/src/main/res/layout/listitem_attachment.xml +++ b/app/src/main/res/layout/listitem_attachment.xml @@ -3,6 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" + android:layout_marginTop="8dp" android:background="@drawable/attachment_background" android:gravity="center_vertical" android:orientation="horizontal"