Add padding after "Send mail as:"

Bug 9284251

Change-Id: I1b42d35838a16e10b20d236c1c8ec2710fcd8945
diff --git a/res/layout/custom_from_dropdown_item.xml b/res/layout/custom_from_dropdown_item.xml
index 75408ed..e11e569 100644
--- a/res/layout/custom_from_dropdown_item.xml
+++ b/res/layout/custom_from_dropdown_item.xml
@@ -34,6 +34,8 @@
           android:singleLine="true"
           android:layout_width="wrap_content"
           android:layout_height="wrap_content"
+          android:paddingRight="8dip"
+          android:paddingEnd="8dip"
           android:text="@string/custom_from_account_label"
           android:textAppearance="?android:attr/textAppearanceMedium"/>