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

Unified Diff: chrome/android/java/res/layout/payment_request_editor.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/payment_request_editor.xml
diff --git a/chrome/android/java/res/layout/payment_request_editor.xml b/chrome/android/java/res/layout/payment_request_editor.xml
index e04e43e1604d0c0d466c8e3a8eecb3887a870b2d..419a37ba4d1793d0b6f025b02783582e4d2d6bc1 100644
--- a/chrome/android/java/res/layout/payment_request_editor.xml
+++ b/chrome/android/java/res/layout/payment_request_editor.xml
@@ -31,20 +31,9 @@
android:id="@+id/contents"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingStart="@dimen/payments_section_large_spacing"
- android:paddingEnd="@dimen/payments_section_large_spacing"
- android:orientation="vertical" >
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:layout_marginBottom="16dp"
- android:textColor="@color/descriptive_text_color"
- android:textSize="12sp"
- android:text="@string/payments_required_field_message" />
-
- </LinearLayout>
+ android:paddingStart="@dimen/pref_autofill_content_spacing"
+ android:paddingEnd="@dimen/pref_autofill_content_spacing"
+ android:orientation="vertical" />
</org.chromium.chrome.browser.payments.ui.FadingEdgeScrollView>

Powered by Google App Engine
This is Rietveld 408576698