b/5081643 Fix edit event layout

It's not perfect, but good enough for zbb. Issues still
remaining are mostly height of each item and a few smaller
indentation issues in EventInfo.

Change-Id: I00fd0798436c0677a00a7b7702a30a8f9da3c883
diff --git a/res/layout/contact_item.xml b/res/layout/contact_item.xml
index 0362ddd..b35a541 100644
--- a/res/layout/contact_item.xml
+++ b/res/layout/contact_item.xml
@@ -22,7 +22,8 @@
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_height="48dip"
-        android:orientation="horizontal" >
+        android:orientation="horizontal"
+        android:layout_marginRight="16dip" >
 
         <TextView
             android:id="@+id/name"
@@ -30,6 +31,7 @@
             android:layout_width="0dip"
             android:layout_weight="1"
             android:textSize="18sp"
+            android:layout_marginLeft="8dip"
             android:layout_gravity="center_vertical"
             android:gravity="center_vertical"
             android:textAppearance="?android:attr/textAppearanceMedium"