Closed
Bug 1366661
Opened 8 years ago
Closed 7 years ago
(photon) Light Weight Theme with new awesome bar UI
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(firefox57 fixed)
VERIFIED
FIXED
Firefox 57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: wesley_huang, Assigned: jwu)
References
Details
(Whiteboard: [FNC][SPT57.1][MVP])
Attachments
(2 files)
No description provided.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8889267 [details]
Bug 1366661 - Cover a mask on toolbar when light weight theme is applied.
https://reviewboard.mozilla.org/r/160322/#review168548
::: mobile/android/base/java/org/mozilla/gecko/toolbar/BrowserToolbar.java:929
(Diff revision 1)
> if (drawable == null) {
> return;
> }
>
> + // Add a mask(#B2FFFFFF) over the light weight theme drawable.
> + drawable.setColorFilter(Color.argb(178, 255, 255, 255), PorterDuff.Mode.SRC_OVER);
is that good to get color from color resource?
Attachment #8889267 -
Flags: review?(walkingice0204) → review+
Updated•7 years ago
|
Whiteboard: [FNC][SPT_57.1][MVP]
Updated•7 years ago
|
Whiteboard: [FNC][SPT_57.1][MVP] → [FNC][SPT57.1][MVP]
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/e389c2a02012
Cover a mask on toolbar when light weight theme is applied. r=walkingice
Keywords: checkin-needed
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Comment 6•7 years ago
|
||
Pixel Android 7.1
Nightly 57.0a1 2017-08-08
I was able to go to Add-ons -> Themes and install and preview several ones without any issue
Updated•7 years ago
|
QA Contact: ioana.chiorean
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
•