Skip to content

Commit

Permalink
proper padding for the choose upload folder buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyScherzinger committed Apr 14, 2016
1 parent 08e97a0 commit 23462dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/layout/uploader_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 23462dc

Please sign in to comment.