
This CL also removes `u/v/examples/examples_themed_label.*` as ThemedLabel wrapper class is not required to support ColorIds. Bug: b:394420459 Change-Id: Ia1920e5dbd1d11f0bf8e71c981dc75c50541b2a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6267139 Commit-Queue: Zoraiz Naeem <zoraiznaeem@chromium.org> Reviewed-by: Peter Kasting <pkasting@chromium.org> Reviewed-by: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1424821}
//ash/bubble
Bubbles are widgets with rounded corners. They appear over the main workspace content. Most bubbles are dismissed when the user clicks outside their bounds, similar to a menu.
Example bubbles:
- System tray (quick settings)
- Phone hub
- Bubble app list
This directory contains shared code for bubbles. Individual bubbles should be
implemented in other directories, like //ash/app_list
, //ash/system
, etc.