b/5522707 Add padding to account not synced message

Change-Id: Ida290aa8c37f3feb03e077176144e65a798775db
diff --git a/res/layout/account_calendars.xml b/res/layout/account_calendars.xml
index ba4df28..ac0fbae 100644
--- a/res/layout/account_calendars.xml
+++ b/res/layout/account_calendars.xml
@@ -24,6 +24,8 @@
     <TextView android:id="@+id/account_status"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
+        android:layout_marginLeft="16dip"
+        android:layout_marginRight="16dip"
         android:layout_gravity="center"
         style="?android:attr/textAppearanceMedium" />