Skip to content

Commit

Permalink
[SearchResumption] Update the color for the chevron in dark theme.
Browse files Browse the repository at this point in the history
Before: https://screenshot.googleplex.com/7j63AZ7dBR7vban
After: https://screenshot.googleplex.com/5rS4Xj66qYSqNK3

(cherry picked from commit 2151d54)

Bug: 1347075
Change-Id: I2c6cb47cf25e00c1dab722e16a2b21c32ffd05d2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3787013
Reviewed-by: Xi Han <hanxi@chromium.org>
Commit-Queue: Xi Han <hanxi@chromium.org>
Commit-Queue: Hao Dong <spdonghao@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1027968}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3787137
Cr-Commit-Position: refs/branch-heads/5195@{#55}
Cr-Branched-From: 7aa3f07-refs/heads/main@{#1027018}
  • Loading branch information
spdonghao authored and Chromium LUCI CQ committed Jul 27, 2022
1 parent 09bd2f6 commit 820aba1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:contentDescription="@string/DefaultSearchProviderSuggestURLDesc"
android:src="@drawable/ic_expand_less_black_24dp"/>
android:src="@drawable/ic_expand_less_black_24dp"
app:tint="@color/default_icon_color_tint_list"/>
</RelativeLayout>

<org.chromium.chrome.browser.search_resumption.SearchResumptionTileContainerView
Expand Down

0 comments on commit 820aba1

Please sign in to comment.