From ed05b648d174fd571a52fb5d7ddf0e8b0949f313 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 18 Apr 2024 17:04:57 +0200 Subject: [PATCH] Updated active speaker portrait layout + added landscape layout --- ...all_conference_active_speaker_fragment.xml | 168 ++++++++++++++++++ ...all_conference_active_speaker_fragment.xml | 8 +- 2 files changed, 172 insertions(+), 4 deletions(-) create mode 100644 app/src/main/res/layout-land/call_conference_active_speaker_fragment.xml diff --git a/app/src/main/res/layout-land/call_conference_active_speaker_fragment.xml b/app/src/main/res/layout-land/call_conference_active_speaker_fragment.xml new file mode 100644 index 000000000..67092ecc3 --- /dev/null +++ b/app/src/main/res/layout-land/call_conference_active_speaker_fragment.xml @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/call_conference_active_speaker_fragment.xml b/app/src/main/res/layout/call_conference_active_speaker_fragment.xml index 126a5bc60..5e7b60c2c 100644 --- a/app/src/main/res/layout/call_conference_active_speaker_fragment.xml +++ b/app/src/main/res/layout/call_conference_active_speaker_fragment.xml @@ -35,7 +35,7 @@ app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintBottom_toBottomOf="parent" /> + app:layout_constraintBottom_toBottomOf="@id/active_speaker_name" /> @@ -113,7 +113,7 @@ android:text="@{conferenceViewModel.activeSpeaker.name, default=`John Doe`}" android:textColor="@color/white" android:textSize="20sp" - app:layout_constraintBottom_toTopOf="@id/active_speaker_miniatures_layout" + app:layout_constraintBottom_toTopOf="@id/active_speaker_miniatures_horizontal_layout" app:layout_constraintStart_toStartOf="parent" />