Closed
Bug 1196327
Opened 10 years ago
Closed 10 years ago
Toast background is the same color as the tabs tray background
Categories
(Firefox for Android Graveyard :: Theme and Visual Design, defect)
Firefox for Android Graveyard
Theme and Visual Design
Tracking
(firefox43 verified, fennec+)
VERIFIED
FIXED
Firefox 43
People
(Reporter: jonalmeida, Assigned: mhaigh)
Details
Attachments
(3 files)
Now that the tabs tray is expanded to extend to the full screen, when a tab is closed, the toast that notifies the user about this has the same background color as the tabs tray so it looks a bit odd. (See attached screenshot)
STR:
1. Open Tabs Tray
2. Swipe away a tab
3. Notice the toast that opens up after that.
| Reporter | ||
Updated•10 years ago
|
tracking-fennec: --- → ?
Anthony, thoughts?
Flags: needinfo?(alam)
Comment 2•10 years ago
|
||
Yeah we should fix this.
What's the current variables for the toast? I know we set a color and I think a transparency? I can provide new values.
Flags: needinfo?(michael.l.comella)
Flags: needinfo?(jalmeida)
Flags: needinfo?(alam)
Updated•10 years ago
|
tracking-fennec: ? → +
Updated•10 years ago
|
Assignee: nobody → mhaigh
| Reporter | ||
Comment 3•10 years ago
|
||
Background: #DD363B40
Button background: #00000000
Button pressed: #DD2C3136
Button Text: #FFFFFFFF
Flags: needinfo?(jalmeida)
Comment 4•10 years ago
|
||
Chenxia reminded me of bug 1019318 where we set the opacity to "85%" (can you double check this is the case still?) so if we keep this but change #363B40 to #222222, it should be fine.
Can I see a build/screenshot to be sure?
Let's make sure we dont just change the toast here though, but instead, keep it consistent everywhere in our product.
Flags: needinfo?(jalmeida)
| Reporter | ||
Comment 5•10 years ago
|
||
Looks good to me!
Yes, we are using 85% opacity. So I just changed the value to 222222.
Flags: needinfo?(jalmeida) → needinfo?(alam)
Comment 6•10 years ago
|
||
Awesome, for the record. #222222 is from our palette too (Placeholder active grey).
Flags: needinfo?(alam)
Comment 7•10 years ago
|
||
Thanks Jon!
| Reporter | ||
Comment 8•10 years ago
|
||
| Reporter | ||
Comment 9•10 years ago
|
||
Bug 1196327 - Toast background is the same color as the tabs tray background r?mcomella
Attachment #8650853 -
Flags: review?(michael.l.comella)
Attachment #8650853 -
Flags: review?(michael.l.comella) → review+
Comment on attachment 8650853 [details]
MozReview Request: Bug 1196327 - Toast background is the same color as the tabs tray background r?mcomella
https://reviewboard.mozilla.org/r/16785/#review14999
Ship It!
::: mobile/android/base/resources/values/colors.xml:134
(Diff revision 1)
> - <color name="toast_background">#DD363B40</color>
> + <color name="toast_background">#DD222222</color>
Feel a bit funny that we're not using the palette here but since the alpha is embedded in the color, I'm not sure what do about that.
| Reporter | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 11•10 years ago
|
||
Keywords: checkin-needed
Flags: needinfo?(michael.l.comella)
Comment 12•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
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
•