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

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

Issue 2841603002: Clear browsing data ui fixes (Closed)
Patch Set: 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 | chrome/android/java/res/layout/clear_browsing_data_tab_content.xml » ('j') | 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 56b9db86e44f141155c0f206a94ec8d389ee259a..3793a526216ee0baeed2e670409d6ed4d2869e2f 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
@@ -10,8 +10,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
- android:paddingEnd="8dp"
- android:paddingTop="22dp">
+ android:paddingEnd="@dimen/pref_spinner_padding_end"
+ android:paddingTop="12dp"
+ android:paddingBottom="6dp">
<TextView
android:id="@+id/title"
@@ -26,5 +27,7 @@
android:id="@+id/spinner"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
- android:gravity="end"/>
+ android:gravity="end"
+ android:paddingTop="12dp"
+ android:paddingBottom="12dp"/>
</LinearLayout>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/clear_browsing_data_tab_content.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698