summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorKatherine Kuan <katherinekuan@google.com>2011-06-14 17:40:33 -0700
committerKatherine Kuan <katherinekuan@google.com>2011-06-20 16:10:50 -0700
commit79700889dad553dcde9e22a2fd23df768f68080f (patch)
tree58fc4eaff03634b8edf0401701259c999e19585f /Android.mk
parent55765ce3bd2076ef6537626a0258a2699549e22b (diff)
downloadpackages_apps_Contacts-79700889dad553dcde9e22a2fd23df768f68080f.tar.gz
packages_apps_Contacts-79700889dad553dcde9e22a2fd23df768f68080f.tar.bz2
packages_apps_Contacts-79700889dad553dcde9e22a2fd23df768f68080f.zip
Add tabs to contact card
- Since the ContactHeaderView and ContactDetailFragment will still be used for contacts without updates, leave this code in. Temporarily make all contact cards have the about and update tabs. - Use ViewPager for contact details - Move name and job to action bar - Add about fragment and updates fragment - Add carousel for "about" and "updates" tab - Create utils class for converting ContactLoader results into strings for display since the ContactHeaderView will no longer be the only customer for this data Change-Id: I84ff759ee09daefcc7e7514564c180f27f0400b6
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 1c9dcc475..c6bea9d49 100644
--- a/Android.mk
+++ b/Android.mk
@@ -9,7 +9,9 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
com.android.phone.common \
com.android.vcard \
android-common \
- guava
+ guava \
+ android-support-v13 \
+ android-support-v4
LOCAL_PACKAGE_NAME := Contacts
LOCAL_CERTIFICATE := shared