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

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

Issue 2806273002: Make the Translate Overflow Menu using ListPopupWindow (Closed)
Patch Set: fix according the 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
« no previous file with comments | « chrome/android/java/res/layout/translate_menu_item.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
+
<!-- Other colors -->
<color name="selectable_list_item_highlight_color">#804281f4</color>
<color name="media_viewer_bg">#000000</color>
« no previous file with comments | « chrome/android/java/res/layout/translate_menu_item.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698