From: Andy Scherzinger Date: Sun, 27 Sep 2015 18:43:18 +0000 (+0200) Subject: added a divider to the bottom part X-Git-Tag: beta-20151122~4^2~2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/917039411c9d56fb28e310fb376764e70f8ab4a6?hp=-c added a divider to the bottom part --- 917039411c9d56fb28e310fb376764e70f8ab4a6 diff --git a/res/layout/upload_files_layout.xml b/res/layout/upload_files_layout.xml index 7453057e..0a76318f 100644 --- a/res/layout/upload_files_layout.xml +++ b/res/layout/upload_files_layout.xml @@ -31,9 +31,22 @@ 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">