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

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

Issue 1459593002: Added a UI for the Interests Prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 165
166 <!-- Smart Lock for Passwords UI colors--> 166 <!-- Smart Lock for Passwords UI colors-->
167 <color name="smart_lock_auto_signin_snackbar_background_color">#2196F3</colo r> 167 <color name="smart_lock_auto_signin_snackbar_background_color">#2196F3</colo r>
168 168
169 <!-- Physical Web Nearby URLs colors --> 169 <!-- Physical Web Nearby URLs colors -->
170 <color name="nearby_urls_header_color">#444</color> 170 <color name="nearby_urls_header_color">#444</color>
171 <color name="nearby_urls_subheader_color">#777</color> 171 <color name="nearby_urls_subheader_color">#777</color>
172 <color name="nearby_urls_background_color">#fff</color> 172 <color name="nearby_urls_background_color">#fff</color>
173 <color name="physical_web_no_urls_text_color">#5a5a5a</color> 173 <color name="physical_web_no_urls_text_color">#5a5a5a</color>
174 174
175 <!-- Colors for letter tiles -->
176 <array name="letter_tile_colors">
177 <item>#f16364</item>
178 <item>#f58559</item>
179 <item>#f9a43e</item>
180 <item>#e4c62e</item>
181 <item>#67bf74</item>
182 <item>#59a2be</item>
183 <item>#2093cd</item>
184 <item>#ad62a7</item>
185 </array>
175 </resources> 186 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698