We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f786598 commit ff1056fCopy full SHA for ff1056f
app/src/main/res/layout/layout_contribution.xml
@@ -39,7 +39,7 @@
39
android:layout_height="wrap_content"
40
android:layout_gravity="center|bottom"
41
android:orientation="vertical"
42
- android:layout_weight="3"
+ android:layout_weight="5"
43
android:padding="@dimen/small_gap"
44
>
45
<ProgressBar
@@ -78,7 +78,7 @@
78
android:layout_width="0dp"
79
80
android:orientation="horizontal"
81
- android:layout_weight="1"
+ android:layout_weight="2"
82
android:visibility="gone"
83
84
@@ -91,6 +91,7 @@
91
android:text="@string/menu_cancel_upload"
92
android:background="@android:color/transparent"
93
android:padding="8dp"
94
+ android:layout_marginRight="5dp"
95
/>
96
97
<ImageButton
0 commit comments