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

Unified Diff: chrome/android/java/res/values/dimens.xml

Issue 2114493002: [Payments] Update autofill/payments spacings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@payments_ongoing
Patch Set: Fixing the assert 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 9729a3b84286aed5d161ec2a3ed54ef755b31c27..06a19304fa5e047c6f17f39bc995ef8efa546c5f 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -367,9 +367,9 @@
pref_autofill_field_horizontal_padding exists because TextInputLayouts have an internal
padding set.
-->
- <dimen name="pref_autofill_content_padding">12dp</dimen>
+ <dimen name="pref_autofill_content_spacing">12dp</dimen>
<dimen name="pref_autofill_field_horizontal_padding">4dp</dimen>
- <dimen name="pref_autofill_field_top_padding">10dp</dimen>
+ <dimen name="pref_autofill_field_top_margin">8dp</dimen>
<!-- Dialog dimensions.
https://www.google.com/design/spec/components/dialogs.html#dialogs-simple-dialogs -->

Powered by Google App Engine
This is Rietveld 408576698