From 917039411c9d56fb28e310fb376764e70f8ab4a6 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sun, 27 Sep 2015 20:43:18 +0200 Subject: [PATCH] added a divider to the bottom part --- res/layout/upload_files_layout.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/res/layout/upload_files_layout.xml b/res/layout/upload_files_layout.xml index 7453057e6e..0a76318f76 100644 --- a/res/layout/upload_files_layout.xml +++ b/res/layout/upload_files_layout.xml @@ -30,10 +30,23 @@ android:layout_weight="1" class="com.owncloud.android.ui.fragment.LocalFileListFragment" /> + + + + + + @@ -66,7 +79,10 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" - android:orientation="horizontal"> + android:orientation="horizontal" + android:paddingLeft="16dp" + android:paddingRight="16dp" + android:paddingBottom="16dp">