Fixed background issue in generated avatar in call layouts
This commit is contained in:
parent
09047f2af8
commit
3de2936afc
2 changed files with 0 additions and 2 deletions
|
@ -19,7 +19,6 @@
|
|||
android:layout_alignParentStart="true"
|
||||
android:adjustViewBounds="true"
|
||||
android:contentDescription="@null"
|
||||
android:background="@drawable/generated_avatar_bg"
|
||||
android:src="@drawable/icon_single_contact_avatar"/>
|
||||
|
||||
<ImageView
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
android:layout_alignParentStart="true"
|
||||
android:adjustViewBounds="true"
|
||||
android:contentDescription="@null"
|
||||
android:background="@drawable/generated_avatar_bg"
|
||||
android:src="@{isConferenceCall ? @drawable/icon_multiple_contacts_avatar : @drawable/icon_single_contact_avatar}"/>
|
||||
|
||||
<ImageView
|
||||
|
|
Loading…
Reference in a new issue