Added missing default active speaker avatar background

This commit is contained in:
Sylvain Berfini 2022-07-08 15:06:41 +02:00
parent f1628060c6
commit 421677b2c0
2 changed files with 2 additions and 0 deletions

View file

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

View file

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