Adds redlines for QuickContact card.

- Changes background colors.
- Adds star button in the quick contact card.
- Removes the click listener on the photo.

Change-Id: I9e4f32c30c48cd0fff9d3551a780c26bce36a251
diff --git a/res/layout/quickcontact_activity.xml b/res/layout/quickcontact_activity.xml
index c7917f1..36bdd50 100644
--- a/res/layout/quickcontact_activity.xml
+++ b/res/layout/quickcontact_activity.xml
@@ -51,6 +51,6 @@
             android:id="@+id/item_list_pager"
             android:layout_width="match_parent"
             android:layout_height="156dip"
-            android:background="@drawable/quickcontact_track_background"/>
+            android:background="@color/quickcontact_activity_background"/>
     </LinearLayout>
 </view>