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

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

Issue 2114493002: [Payments] Update autofill/payments spacings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@payments_ongoing
Patch Set: Appcompat spinners Created 4 years, 6 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 0b1597af29042f4d0af7222a7283fe543efe4a3b..f69d326437db51d3b2544e0078494a7f0b68eb49 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_padding" />
+ android:layout_marginBottom="@dimen/pref_autofill_field_top_margin" />
<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_padding">
+ android:layout_marginTop="@dimen/pref_autofill_field_top_margin">
<TextView
android:id="@+id/edit_server_card"

Powered by Google App Engine
This is Rietveld 408576698