Add padding to the left side of attendees for phone; fixup calendar selector

Fixes b/5748059 event detail attendees left padding off in list

Fixes b/5478751 Calendar switcher from New event view needs UI love

Change-Id: Ia9774e2d0c1ef66a68eb8d5e22ccc5e34f6803c2
diff --git a/res/layout/contact_item.xml b/res/layout/contact_item.xml
index f3bd8a7..c2d4b01 100644
--- a/res/layout/contact_item.xml
+++ b/res/layout/contact_item.xml
@@ -18,6 +18,8 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
+    android:layout_marginLeft="7dip"
+    android:paddingLeft="4dip"
     android:orientation="vertical">
     <LinearLayout
         android:layout_width="match_parent"