Closed
Bug 1057650
Opened 10 years ago
Closed 4 years ago
Investigate whether new_tablet_browser_toolbar can be a LinearLayout
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mcomella, Unassigned, Mentored)
References
Details
Via bug 1046203 comment 12:
>With the exception of the back/forward buttons, I think the new toolbar layout
>will be a lot more linear with no overlapping children. It we could change the
> new tablet toolbar to be a simpler LinearLayout instead.
Reporter | ||
Comment 1•10 years ago
|
||
This is possible, but might take a little work:
* the translating url_bar_* (phones) intersect with one another, meaning this needs to be contained within a single View's bounds but still allowed to draw outside those bonuds (for expansion)
* The edit_cancel button is contained within the LinearLayout - we would probably need to swap in and out the "display" layout and "editing" layout, kind of like what we do with ToolbarEditlayout and ToolbarDisplayLayout, but at the view root level.
Reporter | ||
Comment 2•10 years ago
|
||
(In reply to Michael Comella (:mcomella) from comment #1)
> * the translating url_bar_* (phones) intersect with one another, meaning
> this needs to be contained within a single View's bounds but still allowed
> to draw outside those bonuds (for expansion)
Note that this is only necessary for phones, however, both phone and tablet inherit from the same `BrowserToolbar extends RelativeLayout` class.
Reporter | ||
Comment 3•10 years ago
|
||
try, parts 0-5: https://tbpl.mozilla.org/?tree=Try&rev=6a22c41e8781
Reporter | ||
Updated•10 years ago
|
Blocks: new-tablet-v2
Reporter | ||
Updated•10 years ago
|
Mentor: michael.l.comella, mhaigh
Comment 5•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•