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

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: Rebasing 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..943b29268872f7a3e9948b9bfb54820d40922092 100644
--- a/chrome/android/java/res/layout/autofill_billing_address_dropdown.xml
+++ b/chrome/android/java/res/layout/autofill_billing_address_dropdown.xml
@@ -7,10 +7,10 @@
<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"
+ android:labelFor="@+id/autofill_credit_card_editor_billing_address_spinner"
android:textAppearance="@style/PreferenceFloatLabelTextAppearance"
android:text="@string/autofill_credit_card_editor_billing_address" />
@@ -18,9 +18,11 @@
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:focusable="true"
+ android:focusableInTouchMode="true"
android:textDirection="locale" />
<View style="@style/PreferenceSpinnerUnderlineView"

Powered by Google App Engine
This is Rietveld 408576698