From 3fb8b77f878fbf931647f5979acf984927d53ecb Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 6 Feb 2024 12:09:04 +0100 Subject: [PATCH] Improved contact save changes & join meeting buttons --- .../layout/contact_new_or_edit_fragment.xml | 22 +++--- app/src/main/res/layout/meeting_fragment.xml | 68 ++++++++----------- 2 files changed, 39 insertions(+), 51 deletions(-) diff --git a/app/src/main/res/layout/contact_new_or_edit_fragment.xml b/app/src/main/res/layout/contact_new_or_edit_fragment.xml index b7a8d9478..db835fb0e 100644 --- a/app/src/main/res/layout/contact_new_or_edit_fragment.xml +++ b/app/src/main/res/layout/contact_new_or_edit_fragment.xml @@ -56,12 +56,11 @@ android:id="@+id/scrollView" android:layout_width="0dp" android:layout_height="0dp" - android:layout_marginBottom="16dp" android:fillViewport="true" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toBottomOf="@id/title" - app:layout_constraintBottom_toTopOf="@id/save"> + app:layout_constraintBottom_toBottomOf="parent"> - diff --git a/app/src/main/res/layout/meeting_fragment.xml b/app/src/main/res/layout/meeting_fragment.xml index 26f0584ae..f240fefed 100644 --- a/app/src/main/res/layout/meeting_fragment.xml +++ b/app/src/main/res/layout/meeting_fragment.xml @@ -92,7 +92,7 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toBottomOf="@id/title" - app:layout_constraintBottom_toBottomOf="parent"> + app:layout_constraintBottom_toTopOf="@id/separator_5"> - - - - - - + + + + \ No newline at end of file