commit | c54ad5fd5011be1a65fb40e1397b47d0cd56c03e | [log] [tgz] |
---|---|---|
author | Viplav Kadam <viplavkadam@google.com> | Wed Oct 23 18:21:58 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 23 18:21:58 2024 |
tree | e3151f2f5e52d66ac59883ecfec3574a3feecaa5 | |
parent | a74e4d384374ee06956fb27ad5a6382c492c5afe [diff] |
[Benefits][Clank] Fixing Bottom sheet layout to support long card names This CL code has already been reviewed. This refactoring work removes the layout's hierarchy, but adding a relative layout conflicts with an existing constraint. The constraint requires the last four digits of the card to always be visible, even when the middle textView (Main Text) has extensive content. Currently, with the relative layout, the Main Text occupies too much space when its content is long. To address this, we need to truncate the Main Text to ensure the last four card digits remain visible. So, bringing back the Linear layout with the constraint of showing last for digits for the too long main text. Previous CL: https://chromium-review.googlesource.com/c/chromium/src/+/5939302 Bug: 373447221 Change-Id: I2ca0191923fbcc595eb288f6a67c7ec97d81526f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5939118 Reviewed-by: Olivia Saul <jsaul@google.com> Commit-Queue: Viplav Kadam <viplavkadam@google.com> Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1372848}
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.