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

Unified Diff: chrome/android/java/res/values/colors.xml

Issue 2806273002: Make the Translate Overflow Menu using ListPopupWindow (Closed)
Patch Set: Fix according to comments Created 3 years, 8 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 fccca126c06333099390ea974fc5d052c8ff3459..1b4a03943df96c8795265020dea93a45601082d7 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -204,6 +204,9 @@
<color name="payments_section_chevron">#b2b2b2</color>
<color name="payments_section_separator">#e0e0e0</color>
+ <!-- Translate Infobar colors -->
+ <color name="translate_overflow_menu_divider_color">#e0e0e0</color>
Marti Wong 2017/04/12 02:13:42 color is e0e0e0 according to the static specs.
+
<!-- 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