Commit 5629ae1f authored by Jonathan Freed's avatar Jonathan Freed Committed by Commit Bot

Set tint to @null for gear icon.

This still works for dark mode, because the color used in the
ic_settings_gear_24dp.xml file is adapative
(@color/default_icon_color_secondary).


Bug: b/166795933
Change-Id: Ia229e019701511ae39642eac4c28525d986212f7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406720Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Reviewed-by: default avatarJustin DeWitt <dewittj@chromium.org>
Commit-Queue: Jonathan Freed <freedjm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#807104}
parent 906e56a1
......@@ -40,5 +40,5 @@
android:src="@drawable/ic_settings_gear_24dp"
android:contentDescription="@string/accessibility_ntp_feed_menu_button"
app:menuMaxWidth="@dimen/feed_header_menu_max_width"
app:tint="@color/default_icon_color_tint_list" />
app:tint="@null" />
</org.chromium.chrome.browser.ntp.snippets.SectionHeaderView>
......@@ -37,5 +37,5 @@
android:src="@drawable/ic_settings_gear_24dp"
android:contentDescription="@string/accessibility_ntp_feed_menu_button"
app:menuMaxWidth="@dimen/feed_header_menu_max_width"
app:tint="@color/default_icon_color_tint_list" />
app:tint="@null" />
</org.chromium.chrome.browser.ntp.snippets.SectionHeaderView>
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