summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-09-23 14:43:39 -0700
committerNancy Chen <nancychen@google.com>2014-09-23 14:54:37 -0700
commit836be7dd33789ee876d193b5cd58972ccd990040 (patch)
treeae98df235531e46f8ed2237793ef71f8f4bfde52 /res/layout
parent418f232e81898622b2a1090bf032b006485035dc (diff)
downloadandroid_packages_apps_InCallUI-836be7dd33789ee876d193b5cd58972ccd990040.tar.gz
android_packages_apps_InCallUI-836be7dd33789ee876d193b5cd58972ccd990040.tar.bz2
android_packages_apps_InCallUI-836be7dd33789ee876d193b5cd58972ccd990040.zip
Add background to photo in in-call UI for transparent photos.
Transparent photos should have a white background so that the underlying dialer app does not show through. Bug: 17281219 Change-Id: I1e54b0cf14becf09d4b34ae60f2de7cd6692e5cf
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/call_card_content.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/call_card_content.xml b/res/layout/call_card_content.xml
index 4f1b6f17..a5fd8f72 100644
--- a/res/layout/call_card_content.xml
+++ b/res/layout/call_card_content.xml
@@ -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"