Fixed active speaker default avatar background
This commit is contained in:
parent
8866b19b7f
commit
cec6d307d0
1 changed files with 3 additions and 3 deletions
|
@ -19,16 +19,16 @@
|
||||||
android:layout_alignParentStart="true"
|
android:layout_alignParentStart="true"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:contentDescription="@null"
|
android:contentDescription="@null"
|
||||||
android:src="@drawable/icon_single_contact_avatar"/>
|
android:src="@drawable/shape_call_contact_avatar_background" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:visibility="@{data.displayInitials ? View.VISIBLE : View.GONE}"
|
android:visibility="@{data.displayInitials ? View.GONE : View.VISIBLE}"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_alignParentStart="true"
|
android:layout_alignParentStart="true"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:contentDescription="@null"
|
android:contentDescription="@null"
|
||||||
android:src="@drawable/shape_call_contact_avatar_background" />
|
android:src="@drawable/icon_single_contact_avatar"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:text="@{data.initials, default=`BB`}"
|
android:text="@{data.initials, default=`BB`}"
|
||||||
|
|
Loading…
Reference in a new issue