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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/values/colors.xml
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml
index 5a9ca83a07be2607c6bce585dff3ae0483d9792b..401bb097f369bb1c31aa2fc0107098296281c346 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -194,6 +194,10 @@
<color name="payments_section_chevron">#b2b2b2</color>
<color name="payments_section_separator">#e0e0e0</color>
+ <!-- In Product Help Colors -->
+ <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.
+ <color name="app_menu_highlight_color_dark">#F5F5F5</color>
+
<!-- Other colors -->
<color name="selectable_list_item_highlight_color">#804281f4</color>
<color name="media_viewer_bg">#000000</color>

Powered by Google App Engine
This is Rietveld 408576698