File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 android : layout_height =" 80dp"
2020 android : layout_gravity =" center_horizontal"
2121 android : layout_margin =" 30dp"
22- android : indeterminate =" true"
23- android : max =" 100" />
22+ android : indeterminate =" true" />
2423
2524 <TextView
2625 android : id =" @+id/dialog_text"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<RelativeLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3- style =" @style/dialogRoot" xmlns : app = " http://schemas.android.com/apk/res-auto "
3+ style =" @style/dialogRoot"
44 android : clickable =" true"
55 android : focusable =" true" >
66
8484
8585 </LinearLayout >
8686
87- <com .google.android.material.progressindicator.LinearProgressIndicator
87+ <ProgressBar
8888 android : id =" @+id/action_progress"
89- android : layout_width =" match_parent"
90- android : layout_height =" wrap_content"
89+ style =" ?android:attr/progressBarStyleHorizontal"
9190 android : layout_below =" @+id/btn_hide"
91+ android : layout_width =" match_parent"
92+ android : layout_height =" 2dp"
93+ android : layout_gravity =" center_horizontal"
9294 android : layout_marginTop =" 14dp"
9395 android : layout_marginStart =" 10dp"
9496 android : layout_marginEnd =" 10dp"
9597 android : indeterminate =" true"
96- app : trackThickness =" 8dp"
97- app : trackCornerRadius =" 4dp"
98- app : indicatorColor =" ?attr/colorPrimary" />
98+ android : progress =" 0"
99+ android : max =" 100" />
99100
100101</RelativeLayout >
You can’t perform that action at this time.
0 commit comments