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

Unified Diff: chrome/android/java/res/values-v17/styles.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/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 053336725bd6302ed1f5c8c8c24ec4bd28df9a5d..215c3ec26d2c625340d66259d8a595dd68883c07 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -92,7 +92,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_padding</item>
+ <item name="floatLabelPaddingTop">@dimen/pref_autofill_field_top_margin</item>
</style>
<style name="PreferenceTextAppearanceMedium">
<item name="android:textSize">18sp</item>
@@ -128,8 +128,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_padding</item>
- <item name="android:paddingEnd">@dimen/pref_autofill_content_padding</item>
+ <item name="android:paddingStart">@dimen/pref_autofill_content_spacing</item>
+ <item name="android:paddingEnd">@dimen/pref_autofill_content_spacing</item>
</style>
<style name="PreferenceLayoutBase">
<item name="android:background">?android:attr/activatedBackgroundIndicator</item>

Powered by Google App Engine
This is Rietveld 408576698