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

Side by Side Diff: chrome/android/java/res/values-v21/styles.xml

Issue 897953002: Underlines for preference spinners and other autofill tweaks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pref_field_underline_color -> input_underline_color, fix wrapping Created 5 years, 10 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:buttonStyle">@style/PreferenceButtonStyle</item> 10 <item name="android:buttonStyle">@style/PreferenceButtonStyle</item>
11 <item name="android:alertDialogTheme">@style/PreferencesDialogTheme</ite m> 11 <item name="android:alertDialogTheme">@style/PreferencesDialogTheme</ite m>
12 <item name="android:colorButtonNormal">@color/btn_default_preferences</i tem> 12 <item name="android:colorButtonNormal">@color/btn_default_preferences</i tem>
13 <item name="android:editTextBackground">@drawable/abc_edit_text_material </item> 13 <item name="android:editTextBackground">@drawable/abc_edit_text_material </item>
14 <item name="android:editTextStyle">@style/PreferenceEditTextStyle</item> 14 <item name="android:editTextStyle">@style/PreferenceEditTextStyle</item>
15 <item name="android:spinnerItemStyle">@style/PreferenceSpinnerItem</item >
15 <item name="floatLabelTextAppearance">@style/PreferenceFloatLabelTextApp earance</item> 16 <item name="floatLabelTextAppearance">@style/PreferenceFloatLabelTextApp earance</item>
17 <item name="floatLabelPaddingLeft">@dimen/pref_autofill_field_horizontal _padding</item>
18 <item name="floatLabelPaddingRight">@dimen/pref_autofill_field_horizonta l_padding</item>
19 <item name="floatLabelPaddingTop">@dimen/pref_autofill_field_top_padding </item>
16 </style> 20 </style>
17 <style name="PreferencesDialogTheme" parent="@android:style/Theme.Material.L ight.Dialog.Alert"> 21 <style name="PreferencesDialogTheme" parent="@android:style/Theme.Material.L ight.Dialog.Alert">
18 <item name="android:colorAccent">@color/pref_accent_color</item> 22 <item name="android:colorAccent">@color/pref_accent_color</item>
19 </style> 23 </style>
20 <style name="PreferenceButtonStyle" parent="@android:style/Widget.Material.L ight.Button"> 24 <style name="PreferenceButtonStyle" parent="@android:style/Widget.Material.L ight.Button">
21 <item name="android:textColor">#fff</item> 25 <item name="android:textColor">#fff</item>
22 </style> 26 </style>
23 <style name="PreferenceCategoryWithButtonStyle"> 27 <style name="PreferenceCategoryWithButtonStyle">
24 <item name="android:paddingStart">?android:attr/listPreferredItemPadding Start</item> 28 <item name="android:paddingStart">?android:attr/listPreferredItemPadding Start</item>
25 <item name="android:paddingEnd">4dp</item> 29 <item name="android:paddingEnd">4dp</item>
(...skipping 19 matching lines...) Expand all
45 <item name="android:background">?android:attr/activatedBackgroundIndicat or</item> 49 <item name="android:background">?android:attr/activatedBackgroundIndicat or</item>
46 <item name="android:minHeight">?android:attr/listPreferredItemHeightSmal l</item> 50 <item name="android:minHeight">?android:attr/listPreferredItemHeightSmal l</item>
47 <item name="android:paddingTop">16dp</item> 51 <item name="android:paddingTop">16dp</item>
48 <item name="android:paddingBottom">16dp</item> 52 <item name="android:paddingBottom">16dp</item>
49 <item name="android:paddingStart">?android:attr/listPreferredItemPadding Start</item> 53 <item name="android:paddingStart">?android:attr/listPreferredItemPadding Start</item>
50 <item name="android:paddingEnd">?android:attr/listPreferredItemPaddingEn d</item> 54 <item name="android:paddingEnd">?android:attr/listPreferredItemPaddingEn d</item>
51 </style> 55 </style>
52 <style name="PreferenceLayout" parent="PreferenceLayoutBase" /> 56 <style name="PreferenceLayout" parent="PreferenceLayoutBase" />
53 57
54 </resources> 58 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/values-v17/styles.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698