Changing padding to make title and icon more alligned

Bug:30079784
Change-Id: I0ba93c68369b605c9d6da48589e3582d1243cfcd
diff --git a/res-common/layout/account_selector_list_item_condensed.xml b/res-common/layout/account_selector_list_item_condensed.xml
index e017c04..18820ce 100644
--- a/res-common/layout/account_selector_list_item_condensed.xml
+++ b/res-common/layout/account_selector_list_item_condensed.xml
@@ -21,7 +21,7 @@
     <ImageView android:id="@android:id/icon"
         android:layout_width="@dimen/detail_network_icon_size"
         android:layout_height="@dimen/detail_network_icon_size"
-        android:layout_marginStart="16dp"
+        android:layout_marginStart="20dp"
         android:layout_marginEnd="16dp"
         android:layout_gravity="center_vertical" />