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

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

Issue 2163693002: [Merge M-53] Credit card editor for PaymentRequest UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 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_dropdown.xml
diff --git a/chrome/android/java/res/layout/payment_request_editor_dropdown.xml b/chrome/android/java/res/layout/payment_request_editor_dropdown.xml
index df10eb7af4d9c5d84c02bf6621db3c6a9e10788c..3b880b366e201305121466a5548a9c3fcab2837e 100644
--- a/chrome/android/java/res/layout/payment_request_editor_dropdown.xml
+++ b/chrome/android/java/res/layout/payment_request_editor_dropdown.xml
@@ -7,10 +7,10 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:orientation="vertical"
- android:paddingBottom="@dimen/pref_autofill_content_spacing"
- android:paddingStart="@dimen/pref_autofill_field_horizontal_padding"
- android:paddingEnd="@dimen/pref_autofill_field_horizontal_padding">
+ android:layout_marginBottom="@dimen/pref_autofill_content_spacing"
+ android:layout_marginStart="@dimen/pref_autofill_field_horizontal_padding"
+ android:layout_marginEnd="@dimen/pref_autofill_field_horizontal_padding"
+ android:orientation="vertical">
<TextView
android:id="@+id/spinner_label"

Powered by Google App Engine
This is Rietveld 408576698