Fix the formatting for the large contact photo.
Change-Id: I435c2d853b111b2d224a2213aeb385ffcb6b23ce
diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml
index a8da153..a47452c 100644
--- a/res/layout/call_detail.xml
+++ b/res/layout/call_detail.xml
@@ -29,8 +29,7 @@
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:adjustViewBounds="true"
- android:scaleX="2.5"
- android:scaleY="2.5"
+ android:scaleType="centerCrop"
android:background="@drawable/ic_contact_picture"
/>