Browse Source

proper padding for the choose upload folder buttons

Andy Scherzinger 9 years ago
parent
commit
9bbd7ee103
1 changed files with 2 additions and 1 deletions
  1. 2 1
      res/layout/uploader_layout.xml

+ 2 - 1
res/layout/uploader_layout.xml

@@ -45,7 +45,8 @@
 	    android:layout_width="fill_parent"
 	    android:layout_height="wrap_content"
 	    android:layout_alignParentBottom="true"
-	    android:orientation="horizontal" >
+	    android:orientation="horizontal"
+		android:padding="@dimen/standard_padding">
 
 		<android.support.v7.widget.AppCompatButton
 			android:theme="@style/Button"