Commit bd2acf36 authored by Pedro Amaral's avatar Pedro Amaral Committed by Commit Bot

Make omnibox focus a magnifying glass

The ic_search image is gray so that is why there is
the black tinting.

Change-Id: I51c9c56cf001b2df9a896c3367b9d6c100137f0b
Reviewed-on: https://chromium-review.googlesource.com/1117768
Commit-Queue: Pedro Amaral <amaralp@chromium.org>
Reviewed-by: default avatarMatthew Jones <mdjones@chromium.org>
Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571316}
parent 53e70660
......@@ -52,12 +52,13 @@
android:layout_height="1dp"
android:layout_weight="1" />
<ImageView
<org.chromium.chrome.browser.widget.TintedImageButton
android:id="@+id/search_button"
style="@style/ToolbarMenuButtonPhone"
android:src="@drawable/ic_logo_googleg_24dp"
style="@style/ToolbarButton"
android:src="@drawable/ic_search"
android:layout_gravity="center"
android:contentDescription="@string/accessibility_toolbar_btn_menu" />
android:contentDescription="@string/accessibility_toolbar_btn_menu"
android:tint="@color/dark_mode_tint" />
<Space
android:layout_width="0dp"
......
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