From 421677b2c0d9987abd6eeb1c9d17f7cffd572015 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 8 Jul 2022 15:06:41 +0200 Subject: [PATCH] Added missing default active speaker avatar background --- app/src/main/res/layout-land/voip_conference_active_speaker.xml | 1 + app/src/main/res/layout/voip_conference_active_speaker.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/res/layout-land/voip_conference_active_speaker.xml b/app/src/main/res/layout-land/voip_conference_active_speaker.xml index 5040095d7..439b76420 100644 --- a/app/src/main/res/layout-land/voip_conference_active_speaker.xml +++ b/app/src/main/res/layout-land/voip_conference_active_speaker.xml @@ -173,6 +173,7 @@ android:layout_height="0dp" android:contentDescription="@null" coilVoipContact="@{conferenceViewModel.speakingParticipant}" + android:background="@drawable/generated_avatar_bg" app:layout_constraintDimensionRatio="1:1" app:layout_constraintBottom_toBottomOf="@id/active_speaker_background" app:layout_constraintEnd_toEndOf="@id/active_speaker_background" diff --git a/app/src/main/res/layout/voip_conference_active_speaker.xml b/app/src/main/res/layout/voip_conference_active_speaker.xml index 7e644a6e1..61776a944 100644 --- a/app/src/main/res/layout/voip_conference_active_speaker.xml +++ b/app/src/main/res/layout/voip_conference_active_speaker.xml @@ -136,6 +136,7 @@ android:layout_margin="10dp" android:contentDescription="@null" coilVoipContact="@{conferenceViewModel.speakingParticipant}" + android:background="@drawable/generated_avatar_bg" app:layout_constraintDimensionRatio="1:1" app:layout_constraintBottom_toTopOf="@id/miniatures" app:layout_constraintEnd_toEndOf="@id/active_speaker_background"