Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbbb9b35 authored by Hyundo Moon's avatar Hyundo Moon
Browse files

OPP: Adjust margins in file transfer activity

Bug: 330223649
Test: m -j;
Test: manual, when sending/receiving a file via opp,
      the file transfer dialog should have some space between
      the dialog border and the transfer percentage.
Flag: EXEMPT, changing XML file
Change-Id: I66235a3cedd70fe5b221b83a0db21a905125311a
parent f8102f40
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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"