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

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

Issue 2761273004: [Home] Improve exit tab switcher animation (Closed)
Patch Set: cleanup Created 3 years, 9 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/phone/StackLayout.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 10 matching lines...) Expand all
21 <color name="google_red_700">#c53929</color> 21 <color name="google_red_700">#c53929</color>
22 <color name="google_green_700">#0b8043</color> 22 <color name="google_green_700">#0b8043</color>
23 <color name="google_grey_100">#f5f5f5</color> 23 <color name="google_grey_100">#f5f5f5</color>
24 <color name="google_grey_300">#e0e0e0</color> 24 <color name="google_grey_300">#e0e0e0</color>
25 <color name="google_grey_400">#bdbdbd</color> 25 <color name="google_grey_400">#bdbdbd</color>
26 <color name="google_grey_500">#9E9E9E</color> 26 <color name="google_grey_500">#9E9E9E</color>
27 <color name="google_grey_600">#757575</color> 27 <color name="google_grey_600">#757575</color>
28 <color name="google_grey_700">#616161</color> 28 <color name="google_grey_700">#616161</color>
29 <color name="toolbar_shadow_color">#1d000000</color> 29 <color name="toolbar_shadow_color">#1d000000</color>
30 <color name="semi_opaque_white">#80ffffff</color> 30 <color name="semi_opaque_white">#80ffffff</color>
31 <color name="semi_opaque_black">#66000000</color>
gone 2017/03/22 01:53:50 I continue objecting to your putting these one-tim
mdjones 2017/03/22 15:57:04 I could move these to the toolbar section. I figur
mdjones 2017/03/22 17:54:56 Renamed colors
31 <color name="toolbar_light_tint">#A3000000</color> 32 <color name="toolbar_light_tint">#A3000000</color>
32 <color name="light_grey">#ccc</color> 33 <color name="light_grey">#ccc</color>
33 34
34 <!-- Infobar colors --> 35 <!-- Infobar colors -->
35 <color name="infobar_accent_blue">#4285f4</color> 36 <color name="infobar_accent_blue">#4285f4</color>
36 <color name="infobar_descriptive_text_color">#646464</color> 37 <color name="infobar_descriptive_text_color">#646464</color>
37 38
38 <!-- Snackbar colors --> 39 <!-- Snackbar colors -->
39 <color name="snackbar_background_color">#282C32</color> 40 <color name="snackbar_background_color">#282C32</color>
40 41
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 <color name="payments_section_edit_background">#f5f5f5</color> 194 <color name="payments_section_edit_background">#f5f5f5</color>
194 <color name="payments_section_chevron">#b2b2b2</color> 195 <color name="payments_section_chevron">#b2b2b2</color>
195 <color name="payments_section_separator">#e0e0e0</color> 196 <color name="payments_section_separator">#e0e0e0</color>
196 197
197 <!-- Other colors --> 198 <!-- Other colors -->
198 <color name="selectable_list_item_highlight_color">#804281f4</color> 199 <color name="selectable_list_item_highlight_color">#804281f4</color>
199 <color name="media_viewer_bg">#000000</color> 200 <color name="media_viewer_bg">#000000</color>
200 <color name="image_viewer_bg">#0e0e0e</color> 201 <color name="image_viewer_bg">#0e0e0e</color>
201 202
202 </resources> 203 </resources>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/phone/StackLayout.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698