Closed
Bug 1908148
Opened 1 year ago
Closed 1 year ago
[Menu Redesign] Fix padding between menu item text and divider.
Categories
(Firefox for Android :: Toolbar, task, P3)
Tracking
()
RESOLVED
FIXED
130 Branch
| Tracking | Status | |
|---|---|---|
| firefox130 | --- | fixed |
People
(Reporter: aarjav, Assigned: gl)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Steps to reproduce
- Open the menu
- Go to the extensions sub-menu.
Expected behavior
- It needs to be 8 dp,
Actual behavior
- currently, it is 16 dp.
Device information
- Firefox version:
- Android device model:
- Android OS version:
Any additional information?
Figma Link: https://www.figma.com/design/RFz9fYtotQCQuinwcZujZt/Menu-Redesign?node-id=16634-331449&t=UF0WGEIgJ7ZQADI7-4
| Assignee | ||
Updated•1 year ago
|
Severity: -- → N/A
Type: defect → task
Priority: -- → P3
| Assignee | ||
Updated•1 year ago
|
Blocks: menu-redesign-nightly-blockers
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → gl
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•1 year ago
|
||
- Adjusts the SelectableItemIcon to have a size of 24dp
- Aligns the padding of the SelectableListItem with the latest designs
- Note: The list items in the bookmark and download screen should look the same according to https://www.figma.com/design/0vSTMqut1V0H4XU5k3iBT9?node-id=4576-63512&m=dev#891751815
Figma:
| Assignee | ||
Comment 2•1 year ago
|
||
- Moves the padding from the Column containing the label and description to the root container of the
ListItemand then manually adjusted the spacing withinbeforeListActionandafterListAction.
Figma:
Pushed by gluong@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7a22c95b5e18
Part 1: Align the SelectableListItem with the latest designs r=android-reviewers,007,rsainani
https://hg.mozilla.org/integration/autoland/rev/4253aa871e0b
Part 2: [Menu Redesign] Fix padding between menu item text and divider. r=android-reviewers,007
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/7a22c95b5e18
https://hg.mozilla.org/mozilla-central/rev/4253aa871e0b
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•