Skip to content

Commit bbfdb0c

Browse files
committed
Update
1 parent ef10ed7 commit bbfdb0c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
android:layout_width="match_parent"
2020
android:layout_height="85dp"
2121
android:indeterminate="true"
22-
android:layout_marginTop="10dp"
2322
android:layout_marginStart="30dp"
2423
android:layout_marginEnd="30dp"
2524
style="?android:attr/progressBarStyleHorizontal" />
@@ -29,17 +28,16 @@
2928
android:id="@+id/dialog_text"
3029
android:layout_width="match_parent"
3130
android:layout_height="wrap_content"
32-
android:layout_marginBottom="25dp"
3331
android:text="@string/execute_wait"
3432
android:minLines="2"
33+
android:translationY="-15dp"
3534
android:textAlignment="center" />
3635
<Button
3736
android:layout_gravity="center_horizontal"
3837
android:id="@+id/dialog_cancel_button"
3938
android:visibility="gone"
4039
android:layout_width="match_parent"
4140
android:layout_height="45dp"
42-
android:layout_marginBottom="25dp"
4341
android:text="@string/btn_cancel"
4442
android:layout_marginStart="70dp"
4543
android:layout_marginEnd="70dp"

0 commit comments

Comments
 (0)