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" />