File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 243243 android : id =" @+id/progress"
244244 android : layout_width =" wrap_content"
245245 android : layout_height =" wrap_content"
246- android : layout_centerInParent =" true"
247- app : layout_constraintBottom_toBottomOf =" @id/list"
248- app : layout_constraintEnd_toEndOf =" @id/list"
246+ app : layout_constraintBottom_toBottomOf =" parent"
247+ app : layout_constraintEnd_toEndOf =" parent"
249248 app : layout_constraintStart_toStartOf =" @id/list"
250- app : layout_constraintTop_toTopOf =" @id/list " />
249+ app : layout_constraintTop_toBottomOf =" @id/list_layout " />
251250
252251 <com .tungsten.fcllibrary.component.view.FCLImageButton
253252 android : id =" @+id/retry"
254253 android : layout_width =" wrap_content"
255254 android : layout_height =" wrap_content"
256- android : layout_centerInParent =" true"
257255 android : src =" @drawable/ic_baseline_refresh_24"
258256 app : layout_constraintBottom_toBottomOf =" @id/list"
259257 app : layout_constraintEnd_toEndOf =" @id/list"
You can’t perform that action at this time.
0 commit comments