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

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

Issue 1660353002: Update account and sync management UX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO in comments for an additional task for the bug Created 4 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: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:spinnerItemStyle">@style/PreferenceSpinnerItem</item > 12 <item name="android:spinnerItemStyle">@style/PreferenceSpinnerItem</item >
12 <item name="floatLabelTextAppearance">@style/PreferenceFloatLabelTextApp earance</item> 13 <item name="floatLabelTextAppearance">@style/PreferenceFloatLabelTextApp earance</item>
13 <item name="floatLabelPaddingLeft">@dimen/pref_autofill_field_horizontal _padding</item> 14 <item name="floatLabelPaddingLeft">@dimen/pref_autofill_field_horizontal _padding</item>
14 <item name="floatLabelPaddingRight">@dimen/pref_autofill_field_horizonta l_padding</item> 15 <item name="floatLabelPaddingRight">@dimen/pref_autofill_field_horizonta l_padding</item>
15 <item name="floatLabelPaddingTop">@dimen/pref_autofill_field_top_padding </item> 16 <item name="floatLabelPaddingTop">@dimen/pref_autofill_field_top_padding </item>
16 </style> 17 </style>
17 <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">
18 <item name="android:colorAccent">@color/pref_accent_color</item> 19 <item name="android:colorAccent">@color/pref_accent_color</item>
19 </style> 20 </style>
20 <style name="PreferenceCategoryWithButtonStyle"> 21 <style name="PreferenceCategoryWithButtonStyle">
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 <item name="android:popupWindowStyle">@style/ListPopupWindow.LowEnd</ite m> 130 <item name="android:popupWindowStyle">@style/ListPopupWindow.LowEnd</ite m>
130 <item name="android:listPopupWindowStyle">@style/ListPopupWindow.LowEnd< /item> 131 <item name="android:listPopupWindowStyle">@style/ListPopupWindow.LowEnd< /item>
131 <item name="android:spinnerStyle">@style/Spinner.LowEnd</item> 132 <item name="android:spinnerStyle">@style/Spinner.LowEnd</item>
132 <item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextVi ew.LowEnd</item> 133 <item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextVi ew.LowEnd</item>
133 134
134 <!-- Without HW acceleration the default text cursor looks weird (top 135 <!-- Without HW acceleration the default text cursor looks weird (top
135 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. -->
136 <item name="android:textCursorDrawable">@drawable/text_cursor_lowend</it em> 137 <item name="android:textCursorDrawable">@drawable/text_cursor_lowend</it em>
137 </style> 138 </style>
138 </resources> 139 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/sync_passphrase_types.xml ('k') | chrome/android/java/res/values/values.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698