summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-12-06 15:58:05 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-12-06 15:58:05 -0800
commit0b2fda3c686c953c27ef52db32a21695daef0007 (patch)
treea28680c3146daf69412766b6025b79a0912f237e /res
parent967ff8b2f6cd4f163fab42d60efa049d170feba4 (diff)
parent911fbffd7a664adc4ee661e4c8baaa50a8360577 (diff)
Merge "Moving ProportionalLayout to ContactsCommon."
Diffstat (limited to 'res')
-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"