summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp-land
diff options
context:
space:
mode:
authorPaul Soulos <psoulos@google.com>2014-05-29 16:20:05 -0700
committerBrian Attwell <brianattwell@google.com>2014-06-11 14:34:30 -0700
commit2fad98ea9dff5741ef12fbf2d0483612b8d758c1 (patch)
tree3493fb28e7f48d25ffd59305923da832c448e971 /res/layout-sw600dp-land
parent5ec23fdf243596717197a0c45495f24492cf0641 (diff)
downloadpackages_apps_Contacts-2fad98ea9dff5741ef12fbf2d0483612b8d758c1.tar.gz
packages_apps_Contacts-2fad98ea9dff5741ef12fbf2d0483612b8d758c1.tar.bz2
packages_apps_Contacts-2fad98ea9dff5741ef12fbf2d0483612b8d758c1.zip
Adds card margins and elevation style for ExpandingEntryCardView
Change-Id: I560a4d311b522d0c73cf04b5a16f8440fe1d107e
Diffstat (limited to 'res/layout-sw600dp-land')
-rw-r--r--res/layout-sw600dp-land/quickcontact_activity.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/layout-sw600dp-land/quickcontact_activity.xml b/res/layout-sw600dp-land/quickcontact_activity.xml
index 563ca43ed..fc2aee214 100644
--- a/res/layout-sw600dp-land/quickcontact_activity.xml
+++ b/res/layout-sw600dp-land/quickcontact_activity.xml
@@ -26,9 +26,7 @@
<include layout="@layout/quickcontact_photo_container" />
</FrameLayout>
<com.android.contacts.quickcontact.ExpandingEntryCardView
+ style="@style/ExpandingEntryCardStyle"
android:id="@+id/communication_card"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:background="@color/quickcontact_activity_background" />
+ android:layout_marginTop="@dimen/communication_card_marginTop" />
</LinearLayout> \ No newline at end of file