Closed
Bug 1891324
Opened 1 year ago
Closed 1 year ago
Display an Icon in the `afterListAction` in IconListItem if an `afterIconPainter` is provided
Categories
(Firefox for Android :: Design System and Theming, task, P3)
Tracking
()
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•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [fxdroid]
Updated•1 year ago
|
| Assignee | ||
Updated•1 year 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: 1 year ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Updated•1 year ago
|
No longer blocks: menu-redesign
You need to log in
before you can comment on or make changes to this bug.
Description
•