Added missing default active speaker avatar background
This commit is contained in:
parent
f1628060c6
commit
421677b2c0
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue