Skip to content

Commit 28286a5

Browse files
committed
minor fix
1 parent 97da668 commit 28286a5

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,26 +187,23 @@
187187
android:id="@+id/progressLayout"
188188
android:layout_width="match_parent"
189189
android:layout_height="wrap_content"
190-
android:layout_alignBottom="@id/extractButton"
191-
android:layout_centerHorizontal="true"
192-
android:layout_marginBottom="-50dp">
190+
android:layout_below="@id/extractButton"
191+
>
193192

194193
<com.google.android.material.progressindicator.LinearProgressIndicator
195194
android:id="@+id/progressBar"
196195
android:layout_width="match_parent"
197196
android:layout_height="wrap_content"
198-
android:layout_centerHorizontal="true"
199197
app:indicatorColor="#00B8D4"/>
200198

201-
<ProgressBar
199+
<com.google.android.material.progressindicator.LinearProgressIndicator
202200
android:id="@+id/progressBarIdt"
203201
android:layout_width="match_parent"
204202
android:layout_height="wrap_content"
205203
android:layout_centerHorizontal="true"
206-
style="@style/Widget.Material3.LinearProgressIndicator"
207204
android:indeterminate="true"
208205
android:visibility="gone"
209-
app:indicatorColor="#00B8D4" />
206+
app:indicatorColor="#00B8D4"/>
210207

211208
<TextView
212209
android:id="@+id/progressTextView"

0 commit comments

Comments
 (0)