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

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

Issue 2805003002: Improve single_line spinner layout (Closed)
Patch Set: change "Time period" to "Time range" Created 3 years, 8 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/preference_spinner_single_line_item.xml
diff --git a/chrome/android/java/res/layout/preference_spinner_single_line_item.xml b/chrome/android/java/res/layout/preference_spinner_single_line_item.xml
index c56d013ddb37876cff4b5e489e23376b69c8a2e5..5f7db372f0166f904c96118d6936d2ea7d377eaf 100644
--- a/chrome/android/java/res/layout/preference_spinner_single_line_item.xml
+++ b/chrome/android/java/res/layout/preference_spinner_single_line_item.xml
@@ -10,7 +10,7 @@
style="?android:attr/spinnerItemStyle"
android:maxLines="1"
android:textSize="16sp"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:textAlignment="inherit"/>

Powered by Google App Engine
This is Rietveld 408576698