Merge "Moving ProportionalLayout to ContactsCommon."
diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml
index 8f38a19..dc0417b 100644
--- a/res/layout/call_detail.xml
+++ b/res/layout/call_detail.xml
@@ -55,7 +55,7 @@
         </FrameLayout>
 
         <view
-            class="com.android.contacts.widget.ProportionalLayout"
+            class="com.android.contacts.common.widget.ProportionalLayout"
             android:id="@+id/contact_background_sizer"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
diff --git a/res/layout/call_detail_history_header.xml b/res/layout/call_detail_history_header.xml
index 09047c5..866ba41 100644
--- a/res/layout/call_detail_history_header.xml
+++ b/res/layout/call_detail_history_header.xml
@@ -24,7 +24,7 @@
 
     <!-- Contact photo. -->
     <view
-        class="com.android.contacts.widget.ProportionalLayout"
+        class="com.android.contacts.common.widget.ProportionalLayout"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_alignParentLeft="true"