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

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

Issue 2207103003: Removing unused resources from chrome/java/res (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comment about suppression Created 4 years, 4 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 80
81 <!-- First Run Experience Colors --> 81 <!-- First Run Experience Colors -->
82 <color name="fre_text_color">#000000</color> 82 <color name="fre_text_color">#000000</color>
83 <color name="fre_title_color">#161616</color> 83 <color name="fre_title_color">#161616</color>
84 84
85 <!-- Account Signin Colors --> 85 <!-- Account Signin Colors -->
86 <!-- As in dimens.xml, signin uses values from the First Run Experience --> 86 <!-- As in dimens.xml, signin uses values from the First Run Experience -->
87 <color name="signin_head_background">#fff</color> 87 <color name="signin_head_background">#fff</color>
88 <color name="signin_body_background">#fafafa</color> 88 <color name="signin_body_background">#fafafa</color>
89 <color name="signin_border_line_color">#000</color> 89 <color name="signin_border_line_color">#000</color>
90 <color name="signin_disabled_button_text_color">#42000000</color>
91 90
92 <!-- Sad Tab colors --> 91 <!-- Sad Tab colors -->
93 <color name="sad_tab_header_text_color">#333333</color> 92 <color name="sad_tab_header_text_color">#333333</color>
94 <color name="sad_tab_body_text_color">#646464</color> 93 <color name="sad_tab_body_text_color">#646464</color>
95 94
96 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. --> 95 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. -->
97 <color name="ntp_bg">#fff</color> 96 <color name="ntp_bg">#fff</color>
98 <color name="ntp_bg_incognito">#222</color> 97 <color name="ntp_bg_incognito">#222</color>
99 <color name="ntp_search_box_hint">#969696</color> 98 <color name="ntp_search_box_hint">#969696</color>
100 <color name="ntp_list_item_text">#333</color> 99 <color name="ntp_list_item_text">#333</color>
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 <!-- Bottom bar colors --> 187 <!-- Bottom bar colors -->
189 <color name="bottom_bar_shadow_color">#1d000000</color> 188 <color name="bottom_bar_shadow_color">#1d000000</color>
190 189
191 <!-- Payments UI colors --> 190 <!-- Payments UI colors -->
192 <color name="payments_ui_scrim">#000000</color> 191 <color name="payments_ui_scrim">#000000</color>
193 <color name="payments_section_edit_background">#f5f5f5</color> 192 <color name="payments_section_edit_background">#f5f5f5</color>
194 <color name="payments_section_chevron">#b2b2b2</color> 193 <color name="payments_section_chevron">#b2b2b2</color>
195 <color name="payments_section_separator">#e0e0e0</color> 194 <color name="payments_section_separator">#e0e0e0</color>
196 195
197 </resources> 196 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698