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

Unified Diff: chrome/android/java/res/values/dimens.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/values/dimens.xml
diff --git a/chrome/android/java/res/values/dimens.xml b/chrome/android/java/res/values/dimens.xml
index f41343bc1ea8d7c85ac5ea1310df2cd02480a2f0..7bf72e02e90b703cf6e04956cd941f2d0eb71dd7 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -368,9 +368,9 @@
pref_autofill_field_horizontal_padding exists because TextInputLayouts have an internal
padding set.
-->
- <dimen name="pref_autofill_content_spacing">12dp</dimen>
+ <dimen name="pref_autofill_content_padding">12dp</dimen>
<dimen name="pref_autofill_field_horizontal_padding">4dp</dimen>
- <dimen name="pref_autofill_field_top_margin">8dp</dimen>
+ <dimen name="pref_autofill_field_top_padding">10dp</dimen>
<!-- Dialog dimensions.
https://www.google.com/design/spec/components/dialogs.html#dialogs-simple-dialogs -->

Powered by Google App Engine
This is Rietveld 408576698