| commit | 65e48fc28e2467e11f480ae08b490688f10eb28f | [log] [tgz] |
|---|---|---|
| author | Samuel Huang <huangs@chromium.org> | Fri Dec 20 21:12:54 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 20 21:12:54 2024 |
| tree | d00905895c142fdbac84c11718e37855fcc7da4f | |
| parent | afc7886d7286395241e06ab565d31c8881713acf [diff] |
[Hub] Fix nearly-invisible ripple effect of the "+ New tab" button. The "+ New tab" button in Hub has a ripple effect that's nearly invisible for Regular tabs in Light mode. This CL explicitly assigns app:rippleColor attribute to @+id/toolbar_action_button to the value "?attr/globalTextButtonRippleColor" (taken from @style/TextButton) to improve ripple visibility, while also making use of dynamic color if available. Bug: 339863820 Change-Id: I01de907028943aac9d8afa7a80157c7b22d9cf89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6114875 Commit-Queue: Samuel Huang <huangs@chromium.org> Reviewed-by: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/main@{#1399347}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.