| commit | cc60e6cae4759311c0c4c04b21c2032f81abdca6 | [log] [tgz] |
|---|---|---|
| author | Ana Salazar <anasalazar@chromium.org> | Mon Aug 02 19:18:45 2021 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 02 19:18:45 2021 |
| tree | dfc81eb77c508f8efcccf3de7953c7b5b14266a7 | |
| parent | 358fb8a75154733eb64d25e0da3afaa8942196d8 [diff] |
[launcher]: Layout Continue Task elements Create a basic layout for the elements inside the ContinueTaskView This CL adds a title and a subtitle for the task as well as a rounded image icon. The sizes are calculated based on the launcher spec and may be modified later. We also need to add some spacing and paddings to the views that comprise the ContinueSection as well. For the styling of the subtitle label, we added a new Style type in bubble utils kSubtitle which is used in the Continue Section header as well. As for the subtitle, we use for now the details field of the SearchResult which contains the File Type. We expect to fetch the last used time in the future. Bug: 1216084 Change-Id: I1e75e56bb51ecfee7874c6af5d9174e8db7b6fc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3059799 Commit-Queue: Ana Salazar <anasalazar@chromium.org> Reviewed-by: James Cook <jamescook@chromium.org> Reviewed-by: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#907651}
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.