Skip to content

Commit ff1056f

Browse files
yashk2000maskaravivek
authored andcommitted
Added more distance between failed upload buttons and retry and scrollbar (commons-app#3193)
1 parent f786598 commit ff1056f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/src/main/res/layout/layout_contribution.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
android:layout_height="wrap_content"
4040
android:layout_gravity="center|bottom"
4141
android:orientation="vertical"
42-
android:layout_weight="3"
42+
android:layout_weight="5"
4343
android:padding="@dimen/small_gap"
4444
>
4545
<ProgressBar
@@ -78,7 +78,7 @@
7878
android:layout_width="0dp"
7979
android:layout_height="wrap_content"
8080
android:orientation="horizontal"
81-
android:layout_weight="1"
81+
android:layout_weight="2"
8282
android:visibility="gone"
8383
android:padding="@dimen/small_gap"
8484
>
@@ -91,6 +91,7 @@
9191
android:text="@string/menu_cancel_upload"
9292
android:background="@android:color/transparent"
9393
android:padding="8dp"
94+
android:layout_marginRight="5dp"
9495
/>
9596

9697
<ImageButton

0 commit comments

Comments
 (0)