From b9addcf68399f80c12bd845d58c048c2a4b57617 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 15 Jul 2024 11:33:31 +0200 Subject: [PATCH] Updated schedule meeting layout --- app/src/main/res/layout/meeting_edit_fragment.xml | 7 ++++--- app/src/main/res/layout/meeting_schedule_fragment.xml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/meeting_edit_fragment.xml b/app/src/main/res/layout/meeting_edit_fragment.xml index 837742300..8b3853ede 100644 --- a/app/src/main/res/layout/meeting_edit_fragment.xml +++ b/app/src/main/res/layout/meeting_edit_fragment.xml @@ -177,10 +177,11 @@ android:layout_height="wrap_content" android:layout_marginTop="10dp" android:layout_marginEnd="10dp" + android:layout_marginStart="32dp" android:checked="@={viewModel.allDayMeeting}" + app:layout_constraintStart_toStartOf="@id/from_date" app:layout_constraintEnd_toStartOf="@id/all_day" - app:layout_constraintTop_toTopOf="@id/to_time" - app:layout_constraintBottom_toBottomOf="@id/to_time"/> + app:layout_constraintTop_toBottomOf="@id/to_time"/> diff --git a/app/src/main/res/layout/meeting_schedule_fragment.xml b/app/src/main/res/layout/meeting_schedule_fragment.xml index ab3ee190a..5f41ffdb6 100644 --- a/app/src/main/res/layout/meeting_schedule_fragment.xml +++ b/app/src/main/res/layout/meeting_schedule_fragment.xml @@ -316,10 +316,11 @@ android:layout_height="wrap_content" android:layout_marginTop="10dp" android:layout_marginEnd="10dp" + android:layout_marginStart="32dp" android:checked="@={viewModel.allDayMeeting}" + app:layout_constraintStart_toStartOf="@id/from_date" app:layout_constraintEnd_toStartOf="@id/all_day" - app:layout_constraintTop_toTopOf="@id/to_time" - app:layout_constraintBottom_toBottomOf="@id/to_time"/> + app:layout_constraintTop_toBottomOf="@id/to_time"/>