Commit d909fd15 authored by Sinan Sahin's avatar Sinan Sahin Committed by Commit Bot

Update Translate overflow menu divider color for dark theme

Bug: 958491
Change-Id: I03277ad2839d3707decb63804a876efea2c95a92
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604044Reviewed-by: default avatarBecky Zhou <huayinz@chromium.org>
Commit-Queue: Sinan Sahin <sinansahin@google.com>
Cr-Commit-Position: refs/heads/master@{#658363}
parent 046013ef
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
android:id="@+id/menu_item_divider" android:id="@+id/menu_item_divider"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1dp" android:layout_height="1dp"
android:background="@color/translate_overflow_menu_divider_color" android:background="@color/divider_bg_color"
android:visibility="gone" /> android:visibility="gone" />
</LinearLayout> </LinearLayout>
......
...@@ -181,9 +181,6 @@ ...@@ -181,9 +181,6 @@
<color name="payments_section_edit_background">@color/modern_secondary_color</color> <color name="payments_section_edit_background">@color/modern_secondary_color</color>
<color name="payments_section_chevron">#B2B2B2</color> <color name="payments_section_chevron">#B2B2B2</color>
<!-- Translate Infobar colors -->
<color name="translate_overflow_menu_divider_color">@color/modern_grey_300</color>
<!-- Other colors --> <!-- Other colors -->
<color name="media_viewer_bg">#000000</color> <color name="media_viewer_bg">#000000</color>
<color name="image_viewer_bg">#0E0E0E</color> <color name="image_viewer_bg">#0E0E0E</color>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment