Commit d12ff379 authored by Tomasz Wiszkowski's avatar Tomasz Wiszkowski Committed by Commit Bot

Update Suggestion History icon

Bug: 992597
Change-Id: Id18b03656b8cacac0d4a815d0602dfb4ec51a5ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761427Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Commit-Queue: Ender <ender@google.com>
Cr-Commit-Position: refs/heads/master@{#688621}
parent 2c510e6b
...@@ -156,7 +156,7 @@ public class SuggestionViewViewBinder { ...@@ -156,7 +156,7 @@ public class SuggestionViewViewBinder {
drawableId = R.drawable.ic_suggestion_magnifier; drawableId = R.drawable.ic_suggestion_magnifier;
break; break;
case SuggestionIcon.HISTORY: case SuggestionIcon.HISTORY:
drawableId = R.drawable.ic_suggestion_history; drawableId = R.drawable.ic_history_googblue_24dp;
break; break;
case SuggestionIcon.VOICE: case SuggestionIcon.VOICE:
drawableId = R.drawable.btn_mic; drawableId = R.drawable.btn_mic;
......
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