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 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" /> |
|
Ian Wen
2016/12/20 21:52:23
Q: how does this look on tablets? On Nexus 10 will
gogerald1
2016/12/21 00:36:34
I think it's fine since the spinner width is large
|
| <View style="@style/PreferenceSpinnerUnderlineView" /> |