summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp-land
diff options
context:
space:
mode:
authorPaul Soulos <psoulos@google.com>2014-06-05 16:46:02 -0700
committerBrian Attwell <brianattwell@google.com>2014-06-11 14:35:56 -0700
commitb3054e551173887029c55cb10b83f1afb7f8a6fe (patch)
tree136478ad81b7e3b624c9ce48ec3e617a387f2a18 /res/layout-sw720dp-land
parenta513f720d2a15be6a00894c9a2812355d0643fcf (diff)
downloadpackages_apps_Contacts-b3054e551173887029c55cb10b83f1afb7f8a6fe.tar.gz
packages_apps_Contacts-b3054e551173887029c55cb10b83f1afb7f8a6fe.tar.bz2
packages_apps_Contacts-b3054e551173887029c55cb10b83f1afb7f8a6fe.zip
Adds Recent Interaction loading to QuickContacts.
This is launched after the Contact is loaded from CP2, during the bind stage. Change-Id: I63290e0e94c476da1771f6e8b92a9c664f2fe9d3
Diffstat (limited to 'res/layout-sw720dp-land')
-rw-r--r--res/layout-sw720dp-land/quickcontact_activity.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/res/layout-sw720dp-land/quickcontact_activity.xml b/res/layout-sw720dp-land/quickcontact_activity.xml
index fc2aee214..239c50c5e 100644
--- a/res/layout-sw720dp-land/quickcontact_activity.xml
+++ b/res/layout-sw720dp-land/quickcontact_activity.xml
@@ -28,5 +28,10 @@
<com.android.contacts.quickcontact.ExpandingEntryCardView
style="@style/ExpandingEntryCardStyle"
android:id="@+id/communication_card"
- android:layout_marginTop="@dimen/communication_card_marginTop" />
+ android:layout_marginTop="@dimen/communication_card_marginTop"
+ android:visibility="gone" />
+ <com.android.contacts.quickcontact.ExpandingEntryCardView
+ style="@style/ExpandingEntryCardStyle"
+ android:id="@+id/recent_card"
+ android:visibility="gone" />
</LinearLayout> \ No newline at end of file