Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: chrome/android/java/res/layout/payment_request_editor_icons.xml

Issue 2450113003: [Payments] Increase spacing for payment request credit card and address editors (Closed)
Patch Set: for better indentation Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698