From: tobiasKaminsky Date: Fri, 25 Sep 2015 15:30:30 +0000 (+0200) Subject: added 16dp padding X-Git-Tag: beta-20151122~4^2~5 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/57862ef52cd45e1793b8176fbcaf04b435fa861c?ds=inline added 16dp padding --- diff --git a/res/layout/upload_files_layout.xml b/res/layout/upload_files_layout.xml index 7e67a130..56700e87 100644 --- a/res/layout/upload_files_layout.xml +++ b/res/layout/upload_files_layout.xml @@ -40,7 +40,8 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" - android:orientation="horizontal"> + android:orientation="horizontal" + android:paddingLeft="16dp">