fixed progressbar width

This commit is contained in:
X1nto 2020-05-22 15:11:45 +04:00
parent 1036fabee5
commit 21fcd2e031
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<ProgressBar
android:id="@+id/update_center_progressbar"
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="parent"