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

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

Issue 2475953002: [Autofill] Change spacing in the local card editor, address editor (Android) (Closed)
Patch Set: Further adjust top margins Created 4 years, 1 month 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/autofill_local_card_editor.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/autofill_editor_base.xml
diff --git a/chrome/android/java/res/layout/autofill_editor_base.xml b/chrome/android/java/res/layout/autofill_editor_base.xml
index 940cba1aaa202f2468a6b0aec9a55fb6a0cbf305..f948e42b3495a12f8c95401aa9d2659d472f8d4f 100644
--- a/chrome/android/java/res/layout/autofill_editor_base.xml
+++ b/chrome/android/java/res/layout/autofill_editor_base.xml
@@ -13,12 +13,14 @@
android:layout_height="match_parent"
android:fillViewport="true" >
- <!-- All fields go into this LinearLayout. -->
+ <!-- All fields go into this LinearLayout. Note that some horizontal margins are set, but the
+ embedded views are responsible for their top margins. -->
<LinearLayout
- style="@style/PreferenceScreenLayout"
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:paddingStart="@dimen/pref_autofill_content_spacing"
+ android:paddingEnd="@dimen/pref_autofill_content_spacing"
android:orientation="vertical" />
-</org.chromium.chrome.browser.payments.ui.FadingEdgeScrollView>
+</org.chromium.chrome.browser.payments.ui.FadingEdgeScrollView>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/autofill_local_card_editor.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698