Closed
Bug 861138
Opened 12 years ago
Closed 12 years ago
Landscape toolbar should use same layout as portrait toolbar
Categories
(Firefox for Android Graveyard :: Theme and Visual Design, defect)
Tracking
(firefox23 verified)
VERIFIED
FIXED
Firefox 23
Tracking | Status | |
---|---|---|
firefox23 | --- | verified |
People
(Reporter: pretzer, Assigned: sriram)
Details
Attachments
(1 file)
27.75 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Now that we have the dynamic toolbar I think the landscape toolbar could share the same layout (height, etc.) with the toolbar in portrait mode. Saving vertical space is not really necessary anymore with the toolbar automatically hiding away and I imagine this could save a lot of duplicate resources and reduce code complexity. Is there any reason not to do this?
For the record: Chrome and Stock Browser do share the same toolbar in both modes as well.
Reporter | ||
Comment 1•12 years ago
|
||
CC'ing Ian and Sriram: Can you give UX/Dev feedback on this proposal?
Assignee | ||
Comment 2•12 years ago
|
||
(In reply to Peter Retzer (:pretzer) from comment #0)
> Now that we have the dynamic toolbar I think the landscape toolbar could
> share the same layout (height, etc.) with the toolbar in portrait mode.
> Saving vertical space is not really necessary anymore with the toolbar
> automatically hiding away and I imagine this could save a lot of duplicate
> resources and reduce code complexity. Is there any reason not to do this?
> For the record: Chrome and Stock Browser do share the same toolbar in both
> modes as well.
I agree that Chrome's is the same size. We wanted to follow general Android apps' conventions and used standard Android recommended sizes for portrait and landscape on phones. Bug 858687 would take care of reducing the resources (browser_toolbar.xml) to just one file :D
That said, I still open to having same size in both orientations. This would reduce the resources we use.
Comment 3•12 years ago
|
||
(In reply to Sriram Ramasubramanian [:sriram] from comment #2)
> (In reply to Peter Retzer (:pretzer) from comment #0)
> > Now that we have the dynamic toolbar I think the landscape toolbar could
> > share the same layout (height, etc.) with the toolbar in portrait mode.
> > Saving vertical space is not really necessary anymore with the toolbar
> > automatically hiding away and I imagine this could save a lot of duplicate
> > resources and reduce code complexity. Is there any reason not to do this?
> > For the record: Chrome and Stock Browser do share the same toolbar in both
> > modes as well.
>
> I agree that Chrome's is the same size. We wanted to follow general Android
> apps' conventions and used standard Android recommended sizes for portrait
> and landscape on phones. Bug 858687 would take care of reducing the
> resources (browser_toolbar.xml) to just one file :D
> That said, I still open to having same size in both orientations. This would
> reduce the resources we use.
Fine by me.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → lala.pashayan
Assignee | ||
Updated•12 years ago
|
Assignee: lala.pashayan → sriram
Assignee | ||
Comment 4•12 years ago
|
||
This makes the BrowserToolbar to be 48dp on both orientations. We don't use a lot of resources it seems! :O :O
Attachment #738737 -
Flags: review?(mark.finkle)
Updated•12 years ago
|
Attachment #738737 -
Flags: review?(mark.finkle) → review+
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 23
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
status-firefox23:
--- → verified
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
•