| 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"
|
|
|