File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments