summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/app/res/layout/file_transfer.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/app/res/layout/file_transfer.xml b/android/app/res/layout/file_transfer.xml
index d508ee6ab0..37cc79a34a 100644
--- a/android/app/res/layout/file_transfer.xml
+++ b/android/app/res/layout/file_transfer.xml
@@ -83,6 +83,7 @@
android:id="@+id/progress_percent"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
+ android:layout_marginStart="20dip"
android:layout_marginEnd="20dip"
android:textAppearance="?android:attr/textAppearanceSmall"
android:gravity="start" />
@@ -90,8 +91,7 @@
<ProgressBar android:id="@+id/progress_transfer"
style="?android:attr/progressBarStyleHorizontal"
android:layout_height="wrap_content"
- android:layout_marginEnd="10dip"
- android:layout_marginStart="20dip"
+ android:layout_marginEnd="20dip"
android:layout_width="0dip"
android:layout_weight="1"
android:max="100"
@@ -100,4 +100,4 @@
</LinearLayout>
- </ScrollView> \ No newline at end of file
+ </ScrollView>