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

Unified Diff: chrome/android/java/res/layout-sw360dp/preference_spinner_single_line.xml

Issue 2842153002: Fix "Time range" label in CBD jumps around when rotating to landscape (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout-sw360dp/preference_spinner_single_line.xml
diff --git a/chrome/android/java/res/layout-sw360dp/preference_spinner_single_line.xml b/chrome/android/java/res/layout-sw360dp/preference_spinner_single_line.xml
index 3793a526216ee0baeed2e670409d6ed4d2869e2f..815da68221a338102beb08eaf7a8e2c726842f94 100644
--- a/chrome/android/java/res/layout-sw360dp/preference_spinner_single_line.xml
+++ b/chrome/android/java/res/layout-sw360dp/preference_spinner_single_line.xml
@@ -21,7 +21,9 @@
android:textAlignment="viewStart"
android:layout_height="wrap_content"
android:layout_width="0dp"
- android:layout_weight="1" />
+ android:layout_weight="1"
+ android:paddingTop="12dp"
+ android:paddingBottom="12dp"/>
<Spinner
android:id="@+id/spinner"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698