Skip to content

Commit

Permalink
Update dialog_progress.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
fawxyz authored Jun 29, 2021
1 parent 79fbe0d commit d089822
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/src/main/res/layout/dialog_progress.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@

<Space
android:layout_width="wrap_content"
android:layout_height="12dp" />
android:layout_height="@dimen/_12sdp" />

<include layout="@layout/view_title_and_message" />

<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginBottom="16dp"
android:layout_marginTop="16dp"
android:layout_marginBottom="@dimen/_16sdp"
android:layout_marginTop="@dimen/_16sdp"
android:indeterminate="true" />


</LinearLayout>
</LinearLayout>

0 comments on commit d089822

Please sign in to comment.