summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/layout/call_detail.xml2
-rw-r--r--res/layout/call_detail_history_header.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml
index 8f38a19dc..dc0417b2a 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 09047c59c..866ba4181 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"