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

Unified Diff: chrome/android/java/res/layout/multiline_spinner_item.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
« no previous file with comments | « no previous file | chrome/android/java/res/layout/payment_request_dropdown_item.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/multiline_spinner_item.xml
diff --git a/chrome/android/java/res/layout/multiline_spinner_item.xml b/chrome/android/java/res/layout/multiline_spinner_item.xml
index e83c6d8b3fa315a07d90a866c535ee955d530e7b..1fecc307ccf854da70549920ae01e51fee58c8d4 100644
--- a/chrome/android/java/res/layout/multiline_spinner_item.xml
+++ b/chrome/android/java/res/layout/multiline_spinner_item.xml
@@ -5,8 +5,10 @@
-->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/spinner_item"
style="?android:attr/spinnerItemStyle"
android:singleLine="false"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:paddingEnd="24dp"
android:textAlignment="inherit" />
« no previous file with comments | « no previous file | chrome/android/java/res/layout/payment_request_dropdown_item.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698