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

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

Issue 2779543005: Add support for highlighting menu items (Closed)
Patch Set: 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
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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 <color name="physical_web_diags_indeterminate_color">#f2b50f</color> 187 <color name="physical_web_diags_indeterminate_color">#f2b50f</color>
188 188
189 <!-- Bottom bar colors --> 189 <!-- Bottom bar colors -->
190 <color name="bottom_bar_shadow_color">#1d000000</color> 190 <color name="bottom_bar_shadow_color">#1d000000</color>
191 191
192 <!-- Payments UI colors --> 192 <!-- Payments UI colors -->
193 <color name="payments_section_edit_background">#f5f5f5</color> 193 <color name="payments_section_edit_background">#f5f5f5</color>
194 <color name="payments_section_chevron">#b2b2b2</color> 194 <color name="payments_section_chevron">#b2b2b2</color>
195 <color name="payments_section_separator">#e0e0e0</color> 195 <color name="payments_section_separator">#e0e0e0</color>
196 196
197 <!-- In Product Help Colors -->
198 <color name="app_menu_highlight_color_light">#4285F4</color>
David Trainor- moved to gerrit 2017/03/27 21:58:57 These are existing colors already. Will move.
199 <color name="app_menu_highlight_color_dark">#F5F5F5</color>
200
197 <!-- Other colors --> 201 <!-- Other colors -->
198 <color name="selectable_list_item_highlight_color">#804281f4</color> 202 <color name="selectable_list_item_highlight_color">#804281f4</color>
199 <color name="media_viewer_bg">#000000</color> 203 <color name="media_viewer_bg">#000000</color>
200 <color name="image_viewer_bg">#0e0e0e</color> 204 <color name="image_viewer_bg">#0e0e0e</color>
201 205
202 </resources> 206 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698