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

Side by Side Diff: chrome/android/java/res/values/colors.xml

Issue 2834453007: Download Home : Remove drawer UI (Closed)
Patch Set: tests 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 13 matching lines...) Expand all
24 <color name="google_green_700">#0b8043</color> 24 <color name="google_green_700">#0b8043</color>
25 <color name="google_grey_100">#f5f5f5</color> 25 <color name="google_grey_100">#f5f5f5</color>
26 <color name="google_grey_200">#eeeeee</color> 26 <color name="google_grey_200">#eeeeee</color>
27 <color name="google_grey_300">#e0e0e0</color> 27 <color name="google_grey_300">#e0e0e0</color>
28 <color name="google_grey_400">#bdbdbd</color> 28 <color name="google_grey_400">#bdbdbd</color>
29 <color name="google_grey_500">#9E9E9E</color> 29 <color name="google_grey_500">#9E9E9E</color>
30 <color name="google_grey_600">#757575</color> 30 <color name="google_grey_600">#757575</color>
31 <color name="toolbar_shadow_color">#1d000000</color> 31 <color name="toolbar_shadow_color">#1d000000</color>
32 <color name="white_alpha_50">#80ffffff</color> 32 <color name="white_alpha_50">#80ffffff</color>
33 <color name="white_alpha_70">#B3FFFFFF</color> 33 <color name="white_alpha_70">#B3FFFFFF</color>
34 <color name="black_alpha_30">#4d000000</color>
35 <color name="black_alpha_40">#66000000</color>
36 <color name="toolbar_light_tint">#A3000000</color> 34 <color name="toolbar_light_tint">#A3000000</color>
37 <color name="light_grey">#ccc</color> 35 <color name="light_grey">#ccc</color>
38 <color name="modal_dialog_scrim_color">#7f000000</color> 36 <color name="modal_dialog_scrim_color">#7f000000</color>
39 37
38 <!-- New list of common text colors -->
39 <color name="black_alpha_30">#4d000000</color>
40 <color name="black_alpha_38">#61000000</color>
41 <color name="black_alpha_40">#66000000</color>
42 <color name="black_alpha_54">#8a000000</color>
43 <color name="black_alpha_87">#de000000</color>
44
40 <!-- Infobar colors --> 45 <!-- Infobar colors -->
41 <color name="infobar_accent_blue">#4285f4</color> 46 <color name="infobar_accent_blue">#4285f4</color>
42 <color name="infobar_descriptive_text_color">#646464</color> 47 <color name="infobar_descriptive_text_color">#646464</color>
43 48
44 <!-- Snackbar colors --> 49 <!-- Snackbar colors -->
45 <color name="snackbar_background_color">#282C32</color> 50 <color name="snackbar_background_color">#282C32</color>
46 51
47 <!-- Tab Switcher Colors --> 52 <!-- Tab Switcher Colors -->
48 <color name="tab_switcher_background">#14181C</color> 53 <color name="tab_switcher_background">#14181C</color>
49 <color name="accessibility_tab_switcher_list_item">#252525</color> 54 <color name="accessibility_tab_switcher_list_item">#252525</color>
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 214
210 <!-- Translate Infobar colors --> 215 <!-- Translate Infobar colors -->
211 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> 216 <color name="translate_overflow_menu_divider_color">#e0e0e0</color>
212 217
213 <!-- Other colors --> 218 <!-- Other colors -->
214 <color name="selectable_list_item_highlight_color">#804281f4</color> 219 <color name="selectable_list_item_highlight_color">#804281f4</color>
215 <color name="media_viewer_bg">#000000</color> 220 <color name="media_viewer_bg">#000000</color>
216 <color name="image_viewer_bg">#0e0e0e</color> 221 <color name="image_viewer_bg">#0e0e0e</color>
217 222
218 </resources> 223 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698