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

Side by Side Diff: chrome/android/java/res/values/colors.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 <!-- Common colors --> 7 <!-- Common colors -->
8 <color name="default_text_color">#333</color> 8 <color name="default_text_color">#333</color>
9 <color name="default_primary_color">#f2f2f2</color> 9 <color name="default_primary_color">#f2f2f2</color>
10 <color name="light_normal_color">#5A5A5A</color> 10 <color name="light_normal_color">#5A5A5A</color>
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 <color name="password_generation_divider_color">#e5e5e5</color> 77 <color name="password_generation_divider_color">#e5e5e5</color>
78 78
79 <!-- Preferences Colors --> 79 <!-- Preferences Colors -->
80 <color name="pref_accent_color">@color/light_active_color</color> 80 <color name="pref_accent_color">@color/light_active_color</color>
81 <color name="expandable_group_dark_gray">#484848</color> 81 <color name="expandable_group_dark_gray">#484848</color>
82 82
83 <!-- Data Saver Colors --> 83 <!-- Data Saver Colors -->
84 <color name="data_reduction_compressed_color">@color/pref_accent_color</colo r> 84 <color name="data_reduction_compressed_color">@color/pref_accent_color</colo r>
85 <color name="data_reduction_original_color">#E1E1E1</color> 85 <color name="data_reduction_original_color">#E1E1E1</color>
86 <color name="data_reduction_chart_background_color">#FAFAFA</color> 86 <color name="data_reduction_chart_background_color">#FAFAFA</color>
87 <color name="data_reduction_breakdown_text_color">#212121</color>
88 <color name="data_reduction_breakdown_light_text_color">#737373</color>
87 89
88 <!-- Compositor Tab Title Colors --> 90 <!-- Compositor Tab Title Colors -->
89 <color name="compositor_tab_title_bar_text">#A3000000</color> 91 <color name="compositor_tab_title_bar_text">#A3000000</color>
90 <color name="compositor_tab_title_bar_text_incognito">#FFFFFFFF</color> 92 <color name="compositor_tab_title_bar_text_incognito">#FFFFFFFF</color>
91 93
92 <!-- First Run Experience Colors --> 94 <!-- First Run Experience Colors -->
93 <color name="fre_text_color">#000000</color> 95 <color name="fre_text_color">#000000</color>
94 <color name="fre_title_color">#161616</color> 96 <color name="fre_title_color">#161616</color>
95 97
96 <!-- Account Signin Colors --> 98 <!-- Account Signin Colors -->
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 <color name="payments_section_edit_background">#f5f5f5</color> 205 <color name="payments_section_edit_background">#f5f5f5</color>
204 <color name="payments_section_chevron">#b2b2b2</color> 206 <color name="payments_section_chevron">#b2b2b2</color>
205 <color name="payments_section_separator">#e0e0e0</color> 207 <color name="payments_section_separator">#e0e0e0</color>
206 208
207 <!-- Other colors --> 209 <!-- Other colors -->
208 <color name="selectable_list_item_highlight_color">#804281f4</color> 210 <color name="selectable_list_item_highlight_color">#804281f4</color>
209 <color name="media_viewer_bg">#000000</color> 211 <color name="media_viewer_bg">#000000</color>
210 <color name="image_viewer_bg">#0e0e0e</color> 212 <color name="image_viewer_bg">#0e0e0e</color>
211 213
212 </resources> 214 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698