Closed
Bug 1891324
Opened 11 months ago
Closed 10 months ago
Display an Icon in the `afterListAction` in IconListItem if an `afterIconPainter` is provided
Categories
(Fenix :: Design System and Theming, task, P3)
Tracking
(firefox127 fixed)
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: gl, Assigned: gl)
References
Details
(Whiteboard: [fxdroid] )
Attachments
(2 files)
In the Menu Redesign, we will menu items that utilizes IconListItem
that have a chevron-right arrow that is utilized for only visual navigation purposes instead of acting as an individual action button with a onAfterIconClick
handler. Currently, we only display the after icon in IconListItem
if the icon and click handler is provided (See ListItem#198). We want to implement the ability to display an Icon
without having an onAfterIconClick
provided.
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Updated•11 months ago
|
Whiteboard: [fxdroid]
Updated•11 months ago
|
Assignee | ||
Updated•10 months ago
|
Flags: qe-verify-
Pushed by gluong@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/762e96f0261b
Display an Icon in the `afterListAction` in IconListItem if an `afterIconPainter` is provided r=android-reviewers,007
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Updated•9 months ago
|
No longer blocks: menu-redesign
You need to log in
before you can comment on or make changes to this bug.
Description
•