Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ed0af25 authored by Nancy Chen's avatar Nancy Chen Committed by Android (Google) Code Review
Browse files

Merge "Add background to photo in in-call UI for transparent photos." into lmp-dev

parents cce4e74d 103f96ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@
        android:gravity="start|center_vertical"
        android:scaleType="centerCrop"
        android:contentDescription="@string/contactPhoto"
        android:background="@android:color/white"
        android:src="@drawable/img_no_image_automirrored" />

    <include layout="@layout/manage_conference_call_button"
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@
        android:gravity="top|center_horizontal"
        android:scaleType="centerCrop"
        android:contentDescription="@string/contactPhoto"
        android:background="@android:color/white"
        android:src="@drawable/img_no_image_automirrored" />

    <fragment android:name="com.android.incallui.VideoCallFragment"