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

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

Issue 2137443002: Revert of [Payments] Update autofill/payments spacings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@payments_ongoing
Patch Set: Created 4 years, 5 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/autofill_server_card_editor.xml
diff --git a/chrome/android/java/res/layout/autofill_server_card_editor.xml b/chrome/android/java/res/layout/autofill_server_card_editor.xml
index f69d326437db51d3b2544e0078494a7f0b68eb49..0b1597af29042f4d0af7222a7283fe543efe4a3b 100644
--- a/chrome/android/java/res/layout/autofill_server_card_editor.xml
+++ b/chrome/android/java/res/layout/autofill_server_card_editor.xml
@@ -15,14 +15,14 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/PreferenceSummary"
- android:layout_marginBottom="@dimen/pref_autofill_field_top_margin" />
+ android:layout_marginBottom="@dimen/pref_autofill_field_top_padding" />
<include layout="@layout/autofill_billing_address_dropdown" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/pref_autofill_field_top_margin">
+ android:layout_marginTop="@dimen/pref_autofill_field_top_padding">
<TextView
android:id="@+id/edit_server_card"
« no previous file with comments | « chrome/android/java/res/layout/autofill_profile_editor.xml ('k') | chrome/android/java/res/layout/payment_request_editor.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698