Change padding in account selection dialog (1/2)
This CL fixes the padding in account selection dialog opened
when pressing the floating action button to add a contact.
Screenshots: https://drive.google.com/a/google.com/folderview?id=0BwSNbQ_IWQd2Zlh0OExxSkJtQ0U&usp=sharing
Bug: 22292872
Change-Id: I0ed696ac7c4adcd63d86eb3f5984f0e1c165abf8
diff --git a/res/layout/contact_editor_accounts_changed_activity_with_picker.xml b/res/layout/contact_editor_accounts_changed_activity_with_picker.xml
index a4f1b0a..172c9c5 100644
--- a/res/layout/contact_editor_accounts_changed_activity_with_picker.xml
+++ b/res/layout/contact_editor_accounts_changed_activity_with_picker.xml
@@ -27,12 +27,10 @@
<TextView android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginLeft="16dip"
- android:layout_marginRight="16dip"
+ android:layout_marginLeft="24dip"
+ android:layout_marginStart="24dip"
android:paddingTop="15dip"
android:paddingBottom="15dip"
- android:paddingLeft="10dip"
- android:paddingRight="10dip"
android:textAppearance="?android:attr/textAppearanceMedium"/>
<View
@@ -44,7 +42,8 @@
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1"
- android:layout_marginLeft="16dip"
+ android:layout_marginLeft="8dip"
+ android:layout_marginStart="8dip"
android:fadingEdge="none"/>
<View