Closed Bug 897126 Opened 11 years ago Closed 11 years ago

[fig] Menu button visibile in editing mode in private browsing mode

Categories

(Firefox for Android Graveyard :: Theme and Visual Design, defect)

ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 26

People

(Reporter: Margaret, Assigned: sriram)

References

Details

(Whiteboard: abouthome-hackathon, fixed-fig)

Attachments

(2 files)

Attached image screenshot (deleted) —
See screenshot.
Attached patch Patch (deleted) — Splinter Review
I don't like how the menu button is split into two. Should investigate the reason and merge them both into one. But this patch works fine with current code base.
Attachment #780008 - Flags: review?(margaret.leibovic)
Assignee: nobody → sriram
Comment on attachment 780008 [details] [diff] [review] Patch I'm going to redirect this review to lucasr, since he's more familiar with this code.
Attachment #780008 - Flags: review?(margaret.leibovic) → review?(lucasr.at.mozilla)
Comment on attachment 780008 [details] [diff] [review] Patch Review of attachment 780008 [details] [diff] [review]: ----------------------------------------------------------------- Nice catch. Menu button split was added so that we could fade out the tab counter and menu icon but keep the dark gray background behind them when the tabs tray is open.
Attachment #780008 - Flags: review?(lucasr.at.mozilla) → review+
We could have done that with an image level on the menu button right?
(In reply to Sriram Ramasubramanian [:sriram] from comment #4) > We could have done that with an image level on the menu button right? How would you go about fading out only the icon while keeping the button's background color using image levels?
The background color is supplied by android:background property. The android:src property can show a LevelDrawable. The current menu level has transparency in it for level 2. To provide a "fade" effect, a TransistionDrawable can be used. That allows switching between two levels with an animation.
Whiteboard: abouthome-hackathon → abouthome-hackathon, fixed-fig
(In reply to Sriram Ramasubramanian [:sriram] from comment #6) > The background color is supplied by android:background property. The > android:src property can show a LevelDrawable. The current menu level has > transparency in it for level 2. To provide a "fade" effect, a > TransistionDrawable can be used. That allows switching between two levels > with an animation. Not exactly what we want because the fading would have to happen in sync with the tab counter's animation using an AccelerateInterpolator.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 26
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: