| Index: chrome/android/java/res/layout/payment_request_editor_icons.xml
|
| diff --git a/chrome/android/java/res/layout/payment_request_editor_icons.xml b/chrome/android/java/res/layout/payment_request_editor_icons.xml
|
| index c72bb832c57ea1ae94cb402fbc0eee30cb46a33c..6af75a96354b6b6e0464bb5eb6f86b171cb61ed9 100644
|
| --- a/chrome/android/java/res/layout/payment_request_editor_icons.xml
|
| +++ b/chrome/android/java/res/layout/payment_request_editor_icons.xml
|
| @@ -7,7 +7,8 @@
|
| xmlns:android="http://schemas.android.com/apk/res/android"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| - android:layout_marginBottom="@dimen/pref_autofill_content_spacing"
|
| + android:layout_marginTop="@dimen/payments_section_large_spacing"
|
| + android:layout_marginBottom="@dimen/payments_section_large_spacing"
|
| android:layout_marginStart="@dimen/pref_autofill_field_horizontal_padding"
|
| android:layout_marginEnd="@dimen/pref_autofill_field_horizontal_padding"
|
| android:orientation="vertical">
|
| @@ -22,6 +23,7 @@
|
| android:id="@+id/icons_container"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| + android:layout_marginTop="@dimen/payments_section_small_spacing"
|
| android:orientation="horizontal" />
|
|
|
| </LinearLayout>
|
|
|