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

Unified Diff: chrome/android/java/res/values-v17/styles.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-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index 3f4dfcd7db615087924757c06d322d5bf5101e4c..cd643ac1376554aac152ee4ede54bc0a3e1f7bbd 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -97,7 +97,7 @@
<item name="floatLabelTextAppearance">@style/PreferenceFloatLabelTextAppearance</item>
<item name="floatLabelPaddingLeft">@dimen/pref_autofill_field_horizontal_padding</item>
<item name="floatLabelPaddingRight">@dimen/pref_autofill_field_horizontal_padding</item>
- <item name="floatLabelPaddingTop">@dimen/pref_autofill_field_top_margin</item>
+ <item name="floatLabelPaddingTop">@dimen/pref_autofill_field_top_padding</item>
</style>
<style name="PreferenceTextAppearanceMedium">
<item name="android:textSize">18sp</item>
@@ -133,8 +133,8 @@
<!-- Additional padding is applied to each of the controls inside the layout, making this
a 16dp padding overall. -->
- <item name="android:paddingStart">@dimen/pref_autofill_content_spacing</item>
- <item name="android:paddingEnd">@dimen/pref_autofill_content_spacing</item>
+ <item name="android:paddingStart">@dimen/pref_autofill_content_padding</item>
+ <item name="android:paddingEnd">@dimen/pref_autofill_content_padding</item>
</style>
<style name="PreferenceLayoutBase">
<item name="android:background">?android:attr/activatedBackgroundIndicator</item>

Powered by Google App Engine
This is Rietveld 408576698