소스 검색

proper padding for the choose upload folder buttons

Andy Scherzinger 9 년 전
부모
커밋
cd0082c5e4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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"