Chromium Code Reviews| 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..ab8cacb3a0d5b49569c3b0e6027d9ef6954b94ab 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" |
| @@ -25,5 +25,4 @@ |
| android:layout_marginTop="@dimen/pref_autofill_field_top_margin" /> |
| <View style="@style/PreferenceSpinnerUnderlineView" /> |
| - |
|
gone
2016/07/14 22:36:36
Put the newline back; keeps it symmetric with the
please use gerrit instead
2016/07/15 00:24:37
Done.
|
| </LinearLayout> |