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

Side by Side Diff: chrome/android/java/res/values-v21/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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <resources> 6 <resources>
7 <!-- Preferences --> 7 <!-- Preferences -->
8 <style name="PreferencesTheme" parent="ThemeWithActionBar"> 8 <style name="PreferencesTheme" parent="ThemeWithActionBar">
9 <item name="android:textColorLink">@color/pref_accent_color</item> 9 <item name="android:textColorLink">@color/pref_accent_color</item>
10 <item name="android:alertDialogTheme">@style/PreferencesDialogTheme</ite m> 10 <item name="android:alertDialogTheme">@style/PreferencesDialogTheme</ite m>
11 <item name="android:divider">@null</item> 11 <item name="android:divider">@null</item>
12 <item name="android:spinnerItemStyle">@style/PreferenceSpinnerItem</item > 12 <item name="android:spinnerItemStyle">@style/PreferenceSpinnerItem</item >
13 <item name="floatLabelTextAppearance">@style/PreferenceFloatLabelTextApp earance</item> 13 <item name="floatLabelTextAppearance">@style/PreferenceFloatLabelTextApp earance</item>
14 <item name="floatLabelPaddingLeft">@dimen/pref_autofill_field_horizontal _padding</item> 14 <item name="floatLabelPaddingLeft">@dimen/pref_autofill_field_horizontal _padding</item>
15 <item name="floatLabelPaddingRight">@dimen/pref_autofill_field_horizonta l_padding</item> 15 <item name="floatLabelPaddingRight">@dimen/pref_autofill_field_horizonta l_padding</item>
16 <item name="floatLabelPaddingTop">@dimen/pref_autofill_field_top_margin< /item> 16 <item name="floatLabelPaddingTop">@dimen/pref_autofill_field_top_padding </item>
17 </style> 17 </style>
18 <style name="PreferencesDialogTheme" parent="@android:style/Theme.Material.L ight.Dialog.Alert"> 18 <style name="PreferencesDialogTheme" parent="@android:style/Theme.Material.L ight.Dialog.Alert">
19 <item name="android:colorAccent">@color/pref_accent_color</item> 19 <item name="android:colorAccent">@color/pref_accent_color</item>
20 </style> 20 </style>
21 <style name="PreferenceCategoryWithButtonStyle"> 21 <style name="PreferenceCategoryWithButtonStyle">
22 <item name="android:paddingStart">?android:attr/listPreferredItemPadding Start</item> 22 <item name="android:paddingStart">?android:attr/listPreferredItemPadding Start</item>
23 <item name="android:paddingEnd">4dp</item> 23 <item name="android:paddingEnd">4dp</item>
24 </style> 24 </style>
25 <style name="PreferenceCategoryTextStyle"> 25 <style name="PreferenceCategoryTextStyle">
26 <item name="android:fontFamily">sans-serif-medium</item> 26 <item name="android:fontFamily">sans-serif-medium</item>
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 <item name="android:popupWindowStyle">@style/ListPopupWindow.LowEnd</ite m> 130 <item name="android:popupWindowStyle">@style/ListPopupWindow.LowEnd</ite m>
131 <item name="android:listPopupWindowStyle">@style/ListPopupWindow.LowEnd< /item> 131 <item name="android:listPopupWindowStyle">@style/ListPopupWindow.LowEnd< /item>
132 <item name="android:spinnerStyle">@style/Spinner.LowEnd</item> 132 <item name="android:spinnerStyle">@style/Spinner.LowEnd</item>
133 <item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextVi ew.LowEnd</item> 133 <item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextVi ew.LowEnd</item>
134 134
135 <!-- Without HW acceleration the default text cursor looks weird (top 135 <!-- Without HW acceleration the default text cursor looks weird (top
136 half is way brighter than the bottom), so we use our own. --> 136 half is way brighter than the bottom), so we use our own. -->
137 <item name="android:textCursorDrawable">@drawable/text_cursor_lowend</it em> 137 <item name="android:textCursorDrawable">@drawable/text_cursor_lowend</it em>
138 </style> 138 </style>
139 </resources> 139 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/values-v17/styles.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698