File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 119119 android : id =" @+id/empty_content_view"
120120 layout =" @layout/empty_content_view" />
121121
122- <ProgressBar
122+ <com .google.android.material.progressindicator.CircularProgressIndicator
123123 android : id =" @+id/progress_circular"
124124 android : layout_width =" wrap_content"
125125 android : layout_height =" wrap_content"
126126 android : layout_gravity =" center"
127+ android : indeterminate =" true"
127128 android : indeterminateTint =" @color/defaultBrand"
128129 tools : visibility =" gone" />
129130
Original file line number Diff line number Diff line change 1818 android : layout_height =" match_parent"
1919 tools : visibility =" visible" />
2020
21- <ProgressBar
21+ <com .google.android.material.progressindicator.CircularProgressIndicator
2222 android : id =" @+id/progress"
2323 android : layout_width =" wrap_content"
2424 android : layout_height =" wrap_content"
25+ android : indeterminate =" true"
2526 app : layout_constraintBottom_toBottomOf =" parent"
2627 app : layout_constraintEnd_toEndOf =" parent"
2728 app : layout_constraintStart_toStartOf =" parent"
You can’t perform that action at this time.
0 commit comments