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

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

Issue 2843973002: Use larger vector graphics for special tiles and fix selection ring. (Closed)
Patch Set: Fix unused variable issue Created 3 years, 7 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 18 matching lines...) Expand all
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="toolbar_light_tint">#A3000000</color> 34 <color name="toolbar_light_tint">#A3000000</color>
35 <color name="light_grey">#ccc</color> 35 <color name="light_grey">#ccc</color>
36 <color name="modal_dialog_scrim_color">#7f000000</color> 36 <color name="modal_dialog_scrim_color">#7f000000</color>
37 37
38 <!-- New list of common text colors --> 38 <!-- New list of common text colors -->
39 <color name="black_alpha_20">#33000000</color>
39 <color name="black_alpha_30">#4d000000</color> 40 <color name="black_alpha_30">#4d000000</color>
40 <color name="black_alpha_38">#61000000</color> 41 <color name="black_alpha_38">#61000000</color>
41 <color name="black_alpha_40">#66000000</color> 42 <color name="black_alpha_40">#66000000</color>
42 <color name="black_alpha_54">#8a000000</color> 43 <color name="black_alpha_54">#8a000000</color>
43 <color name="black_alpha_87">#de000000</color> 44 <color name="black_alpha_87">#de000000</color>
44 45
45 <!-- Infobar colors --> 46 <!-- Infobar colors -->
46 <color name="infobar_accent_blue">#4285f4</color> 47 <color name="infobar_accent_blue">#4285f4</color>
47 <color name="infobar_descriptive_text_color">#646464</color> 48 <color name="infobar_descriptive_text_color">#646464</color>
48 49
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 212
212 <!-- Translate Infobar colors --> 213 <!-- Translate Infobar colors -->
213 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> 214 <color name="translate_overflow_menu_divider_color">#e0e0e0</color>
214 215
215 <!-- Other colors --> 216 <!-- Other colors -->
216 <color name="selectable_list_item_highlight_color">#804281f4</color> 217 <color name="selectable_list_item_highlight_color">#804281f4</color>
217 <color name="media_viewer_bg">#000000</color> 218 <color name="media_viewer_bg">#000000</color>
218 <color name="image_viewer_bg">#0e0e0e</color> 219 <color name="image_viewer_bg">#0e0e0e</color>
219 220
220 </resources> 221 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698