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

Unified Diff: chrome/android/java/res/layout/payment_request_editor_dropdown.xml

Issue 2592733002: [Payments] Update billing address dropdown style to match the design (Closed)
Patch Set: pad at the end of the selected item view to avoid overlapping dropdown icon Created 3 years, 11 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/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..c5d86f85ca29e26c9da1b4a6e8620e15c80128c9 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,11 @@
<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:padding="0dp"
+ android:dropDownWidth="match_parent" />
<View style="@style/PreferenceSpinnerUnderlineView" />

Powered by Google App Engine
This is Rietveld 408576698