commit | cb83b3301b02f67858a3e056d7ee6fbb6c8011aa | [log] [tgz] |
---|---|---|
author | Wen-Chien Wang <wcwang@chromium.org> | Mon Jul 11 18:05:36 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 11 18:05:36 2022 |
tree | 2df1553bb940ffa0328da595620c11e251abb32f | |
parent | a0e0791299101764fb47f4b63a6640c485e0813a [diff] |
Replace LabelButton by PillButton for LoginShelfButton This cl migrates the shelf buttons in login page to use PillButton in ash/style. Detail changes are listed below. 1. Migrate the LoginShelfButton to use PillButton while keeping its original height. 2. Make the height of the PillButton mutable. 3. Updated the layout manager in Login shelf to make the layout easier to read. 4. Small change on the PillButton layout that the padding on the text side is wider than the icon side. 5. Updated the layout of Kiosk button on LoginShelfView so that it looks the same as LoginShelfButton. Bug: 1268660, 1324776 Change-Id: Ibb3fa70273fa8ad863e1e609fb04160be0426e6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3620963 Reviewed-by: Min Chen <minch@chromium.org> Reviewed-by: Toni Barzic <tbarzic@chromium.org> Commit-Queue: Wen-Chien Wang <wcwang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1022777}
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.