| 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 0464f5d025c624294d52bae3dd7011686f22e6a0..e859bb56e2a49fc5ad1f47f50713a07924ed9727 100644
|
| --- a/chrome/android/java/res/layout/payment_request_editor_dropdown.xml
|
| +++ b/chrome/android/java/res/layout/payment_request_editor_dropdown.xml
|
| @@ -21,9 +21,10 @@
|
|
|
| <android.support.v7.widget.AppCompatSpinner
|
| android:id="@+id/spinner"
|
| - android:layout_width="fill_parent"
|
| + android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| - android:layout_marginTop="@dimen/pref_autofill_field_top_margin" />
|
| + android:layout_marginTop="@dimen/pref_autofill_field_top_margin"
|
| + android:dropDownWidth="match_parent" />
|
|
|
| <View style="@style/PreferenceSpinnerUnderlineView" />
|
|
|
|
|