Adjusting widget size to the guidelines

Bug: 3347316
Change-Id: Ib4861ab15796640e72c102a79b57e1624081541c
diff --git a/res/layout/social_widget.xml b/res/layout/social_widget.xml
index 5adccf1..fb02bb7 100644
--- a/res/layout/social_widget.xml
+++ b/res/layout/social_widget.xml
@@ -20,13 +20,13 @@
     android:layout_height="96dip"
     android:background="#00000000"
     android:paddingLeft="12dip"
-    android:paddingTop="4dip"
+    android:paddingTop="1dip"
     android:paddingRight="12dip"
     android:paddingBottom="20dip"
 >
     <FrameLayout
-        android:layout_width="68dip"
-        android:layout_height="68dip"
+        android:layout_width="70dip"
+        android:layout_height="70dip"
         android:layout_marginTop="1dip"
         android:layout_marginLeft="1dip"
         >
@@ -48,7 +48,7 @@
         android:background="@drawable/bg_status_contact_widget"
         android:layout_marginTop="4dip"
         android:layout_marginRight="4dip"
-        android:layout_marginBottom="6dip"
+        android:layout_marginBottom="7dip"
         android:layout_marginLeft="0dip"
         android:paddingLeft="47dip"
         android:paddingRight="8dip"