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

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

Issue 872023002: Use floating labels for preference forms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix chrome/browser/BUILD.gn Created 5 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
Index: chrome/android/java/res/layout/homepage_preferences.xml
diff --git a/chrome/android/java/res/layout/homepage_preferences.xml b/chrome/android/java/res/layout/homepage_preferences.xml
index 2a85ceb2306631cd37d8e2bd03ea619e0ae5319c..07917fa8050bb4fa4de07a601f27074567b2b397 100644
--- a/chrome/android/java/res/layout/homepage_preferences.xml
+++ b/chrome/android/java/res/layout/homepage_preferences.xml
@@ -14,13 +14,11 @@
android:layout_height="wrap_content"
android:clickable="true"
android:focusableInTouchMode="true"
- android:orientation="vertical"
- android:paddingTop="6dp" >
+ android:orientation="vertical" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_margin="6dp"
android:orientation="horizontal" >
<TextView

Powered by Google App Engine
This is Rietveld 408576698