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

Unified Diff: chrome/android/java/res/layout/preference_spinner_single_line.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.xml
diff --git a/chrome/android/java/res/layout/preference_spinner_single_line.xml b/chrome/android/java/res/layout/preference_spinner_single_line.xml
index a51c96fb944f31e762a03d87a14d0c3a25d7dd85..cd628c02fec0b34641116921fbf08dcaa8d4f18a 100644
--- a/chrome/android/java/res/layout/preference_spinner_single_line.xml
+++ b/chrome/android/java/res/layout/preference_spinner_single_line.xml
@@ -12,6 +12,7 @@
style="@style/PreferenceLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:paddingEnd="8dp"
android:orientation="vertical">
<TextView
@@ -24,7 +25,6 @@
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:textSize="16sp"
- android:paddingStart="0dp"
android:paddingTop="6dp" />
</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698