summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-12-06 13:44:34 -0800
committerChiao Cheng <chiaocheng@google.com>2012-12-06 13:44:34 -0800
commit911fbffd7a664adc4ee661e4c8baaa50a8360577 (patch)
tree835bff3af729afc643d3dc6d3c9db25a57ec18cd /res
parent0469553892d630e47f1d94285dc79f3a751924c3 (diff)
Moving ProportionalLayout to ContactsCommon.
Bug: 6993891 Change-Id: I30ef5d9fe8d293d6029c58b578f5b2440c14edef
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"