diff --git a/app/src/main/res/layout-land/fragment_tei_data.xml b/app/src/main/res/layout-land/fragment_tei_data.xml index 919422fa77c..7f61b11886d 100644 --- a/app/src/main/res/layout-land/fragment_tei_data.xml +++ b/app/src/main/res/layout-land/fragment_tei_data.xml @@ -46,85 +46,106 @@ - + android:layout_height="match_parent"> - + android:layout_height="match_parent"> + + + + + + + + + + + + + + + + + - - - + android:id="@+id/loading_progress" + layout="@layout/progress_layout" + android:layout_width="match_parent" + android:layout_height="match_parent" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/cardLayout" /> - + - - - - - - + + app:layout_constraintEnd_toEndOf="parent" /> - - \ No newline at end of file + +