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
diff --git a/Android.mk b/Android.mk
index 1c9dcc4..c6bea9d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -9,7 +9,9 @@
     com.android.phone.common \
     com.android.vcard \
     android-common \
-    guava
+    guava \
+    android-support-v13 \
+    android-support-v4
 
 LOCAL_PACKAGE_NAME := Contacts
 LOCAL_CERTIFICATE := shared