Commit 63b1b0c1 authored by Xiaoqian Dai's avatar Xiaoqian Dai Committed by Commit Bot

back gesture nudge: Increase the gradient layer width.

As requested by the UX.

Bug: 1009005b
Change-Id: I3c175dbbb8074c47400df3777ab849dc313294f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086072Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Xiaoqian Dai <xdai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746829}
parent 1dc06115
...@@ -23,7 +23,7 @@ namespace ash { ...@@ -23,7 +23,7 @@ namespace ash {
namespace { namespace {
// Width of the contextual nudge. // Width of the contextual nudge.
constexpr int kBackgroundWidth = 160; constexpr int kBackgroundWidth = 320;
// Colors of the contextual nudge background gradient. // Colors of the contextual nudge background gradient.
constexpr SkColor kBackgroundStartColor = constexpr SkColor kBackgroundStartColor =
......
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