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

Unified Diff: chrome/android/java/res/layout/payments_request_editor_textview.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/payments_request_editor_textview.xml
diff --git a/chrome/android/java/res/layout/payments_request_editor_textview.xml b/chrome/android/java/res/layout/payments_request_editor_textview.xml
index ec5ba08f0ecc1ef92089059809439e13f4a9bff5..7d1cc9a868fce6879cfb0ae114d82ab6e4f32968 100644
--- a/chrome/android/java/res/layout/payments_request_editor_textview.xml
+++ b/chrome/android/java/res/layout/payments_request_editor_textview.xml
@@ -6,7 +6,9 @@
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/payments_section_small_spacing"
+ android:layout_marginBottom="@dimen/payments_section_small_spacing">
<org.chromium.chrome.browser.widget.CompatibilityTextInputLayout
android:id="@+id/text_input_layout"

Powered by Google App Engine
This is Rietveld 408576698