From 35ced6745f4c7ec676267aebea9f811f29a5f7b3 Mon Sep 17 00:00:00 2001 From: Callum Stott Date: Mon, 15 May 2023 09:46:01 +0300 Subject: [PATCH] Add max width for form end view for wider screens --- collect_app/src/main/res/layout/form_entry_end.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/collect_app/src/main/res/layout/form_entry_end.xml b/collect_app/src/main/res/layout/form_entry_end.xml index f67b2d9a940..151193cdd81 100644 --- a/collect_app/src/main/res/layout/form_entry_end.xml +++ b/collect_app/src/main/res/layout/form_entry_end.xml @@ -31,7 +31,7 @@ the specific language governing permissions and limitations under the License. android:textSize="21sp" android:textStyle="bold" app:layout_constraintBottom_toTopOf="@+id/form_edits_warning" - app:layout_constraintStart_toStartOf="parent" + app:layout_constraintStart_toStartOf="@id/form_edits_warning" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_chainStyle="packed" tools:text="You are at the end of All widgets" /> @@ -39,14 +39,15 @@ the specific language governing permissions and limitations under the License.