commit | 0d87d124f171ae1d7eaf9fa118296a8110d8004e | [log] [tgz] |
---|---|---|
author | Wenyi Wang <wenyiw@google.com> | Fri Sep 25 15:55:29 2015 -0700 |
committer | Wenyi Wang <wenyiw@google.com> | Fri Sep 25 15:57:50 2015 -0700 |
tree | e4cf356395786ead2a2ea194040204403d377be1 | |
parent | 9379f4a2cbdf81bfbfc6cfc4559422df2ddc8513 [diff] |
Modified padding and margin space Screenshots: https://drive.google.com/a/google.com/folderview?id=0BwSNbQ_IWQd2T1lCTWZDSXVQczQ&usp=sharing Bug: 22292872 Change-Id: Iab988a9d70a878f931a85084824e8d14e65a29cb
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 a5aab20..a4f1b0a 100644 --- a/res/layout/contact_editor_accounts_changed_activity_with_picker.xml +++ b/res/layout/contact_editor_accounts_changed_activity_with_picker.xml
@@ -27,7 +27,12 @@ <TextView android:id="@+id/text" android:layout_width="match_parent" android:layout_height="wrap_content" - android:padding="15dip" + android:layout_marginLeft="16dip" + android:layout_marginRight="16dip" + android:paddingTop="15dip" + android:paddingBottom="15dip" + android:paddingLeft="10dip" + android:paddingRight="10dip" android:textAppearance="?android:attr/textAppearanceMedium"/> <View @@ -39,6 +44,7 @@ android:layout_width="match_parent" android:layout_height="0dip" android:layout_weight="1" + android:layout_marginLeft="16dip" android:fadingEdge="none"/> <View