Explorar el Código

proper padding for the choose upload folder buttons

Andy Scherzinger hace 9 años
padre
commit
cd0082c5e4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"