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

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

Issue 2813923003: Add sorting to the Data Saver site breakdown (Closed)
Patch Set: remove dependency Created 3 years, 8 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 <style name="RobotoMediumStyle"> 7 <style name="RobotoMediumStyle">
8 <item name="android:fontFamily">sans-serif-medium</item> 8 <item name="android:fontFamily">sans-serif-medium</item>
9 </style> 9 </style>
10 <!-- Preferences --> 10 <!-- Preferences -->
(...skipping 10 matching lines...) Expand all
21 <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">
22 <item name="android:colorAccent">@color/pref_accent_color</item> 22 <item name="android:colorAccent">@color/pref_accent_color</item>
23 </style> 23 </style>
24 <style name="PreferenceCategoryWithButtonStyle"> 24 <style name="PreferenceCategoryWithButtonStyle">
25 <item name="android:paddingStart">?android:attr/listPreferredItemPadding Start</item> 25 <item name="android:paddingStart">?android:attr/listPreferredItemPadding Start</item>
26 <item name="android:paddingEnd">4dp</item> 26 <item name="android:paddingEnd">4dp</item>
27 </style> 27 </style>
28 <style name="PreferenceCategoryTextStyle"> 28 <style name="PreferenceCategoryTextStyle">
29 <item name="android:fontFamily">sans-serif-medium</item> 29 <item name="android:fontFamily">sans-serif-medium</item>
30 <item name="android:textColor">@color/pref_accent_color</item> 30 <item name="android:textColor">@color/pref_accent_color</item>
31 <item name="android:textSize">14sp</item> 31 <item name="android:textSize">12sp</item>
32 </style> 32 </style>
33 <style name="PreferenceTitle"> 33 <style name="PreferenceTitle">
34 <item name="android:ellipsize">end</item> 34 <item name="android:ellipsize">end</item>
35 <item name="android:singleLine">true</item> 35 <item name="android:singleLine">true</item>
36 <item name="android:textAppearance">?android:attr/textAppearanceListItem </item> 36 <item name="android:textAppearance">?android:attr/textAppearanceListItem </item>
37 </style> 37 </style>
38 <style name="PreferenceSummary"> 38 <style name="PreferenceSummary">
39 <item name="android:textAppearance">?android:attr/textAppearanceListItem Secondary</item> 39 <item name="android:textAppearance">?android:attr/textAppearanceListItem Secondary</item>
40 <item name="android:textColor">?android:attr/textColorSecondary</item> 40 <item name="android:textColor">?android:attr/textColorSecondary</item>
41 </style> 41 </style>
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 <item name="android:popupWindowStyle">@style/ListPopupWindow.LowEnd</ite m> 133 <item name="android:popupWindowStyle">@style/ListPopupWindow.LowEnd</ite m>
134 <item name="android:listPopupWindowStyle">@style/ListPopupWindow.LowEnd< /item> 134 <item name="android:listPopupWindowStyle">@style/ListPopupWindow.LowEnd< /item>
135 <item name="android:spinnerStyle">@style/Spinner.LowEnd</item> 135 <item name="android:spinnerStyle">@style/Spinner.LowEnd</item>
136 <item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextVi ew.LowEnd</item> 136 <item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextVi ew.LowEnd</item>
137 137
138 <!-- Without HW acceleration the default text cursor looks weird (top 138 <!-- Without HW acceleration the default text cursor looks weird (top
139 half is way brighter than the bottom), so we use our own. --> 139 half is way brighter than the bottom), so we use our own. -->
140 <item name="android:textCursorDrawable">@drawable/text_cursor_lowend</it em> 140 <item name="android:textCursorDrawable">@drawable/text_cursor_lowend</it em>
141 </style> 141 </style>
142 </resources> 142 </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