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

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

Issue 2114493002: [Payments] Update autofill/payments spacings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@payments_ongoing
Patch Set: Appcompat spinners Created 4 years, 6 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/autofill_billing_address_dropdown.xml
diff --git a/chrome/android/java/res/layout/autofill_billing_address_dropdown.xml b/chrome/android/java/res/layout/autofill_billing_address_dropdown.xml
index 47574baa103b2237c947cbe7f21fde9d98dae20c..5692e316daa5055222b78f037a0ff19f0e4034e8 100644
--- a/chrome/android/java/res/layout/autofill_billing_address_dropdown.xml
+++ b/chrome/android/java/res/layout/autofill_billing_address_dropdown.xml
@@ -7,7 +7,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/pref_autofill_field_top_padding"
+ android:layout_marginTop="@dimen/pref_autofill_field_top_margin"
android:layout_marginStart="@dimen/pref_autofill_field_horizontal_padding"
android:layout_marginEnd="@dimen/pref_autofill_field_horizontal_padding"
android:focusable="true"
@@ -18,7 +18,7 @@
android:id="@+id/autofill_credit_card_editor_billing_address_spinner"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/pref_autofill_field_top_padding"
+ android:layout_marginTop="@dimen/pref_autofill_field_top_margin"
android:layout_marginStart="@dimen/pref_autofill_field_horizontal_padding"
android:layout_marginEnd="@dimen/pref_autofill_field_horizontal_padding"
android:textDirection="locale" />

Powered by Google App Engine
This is Rietveld 408576698