-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Bug] wrong header bar background color for libraries screen #7584
Comments
This has another issue, i.e., the |
@mcarare Is there an AC issue open for this? Could your provide a link? |
@darkwing I am not aware of any issue already opened in AC. |
While Google's oss-licenses gradle plugin that collects the gradle dependencies is free, the library that ships with the APK is not. This commit replace the library and plugin with a popular free one: AboutLibraries. Fixes mozilla-mobile#7584
As Google's library for showing licences isn't open-source, this commit reimplements its main Activity. This is in prevision to having an OSS flavor of fenix. We chose to not introduce dependencies to third-party libraries such as AboutLibraries for now, and we'll stick to using Google's gradle plugin for the dependencies extraction. Fixes mozilla-mobile#7584 See also mozilla-mobile#162
As Google's library for showing licences isn't open-source, this commit reimplements its main Activity. This is in prevision to having an OSS flavor of fenix. We chose to not introduce dependencies to third-party libraries such as AboutLibraries for now, and we'll stick to using Google's gradle plugin for the dependencies extraction. Fixes #7584 See also #162
@liuche Can you re-open the issue? I just checked this. The color of the header bar is no longer black but it's still the wrong color. I am not sure if the new color of the header bar is used anywhere else in Fenix, the color does not look familiar to me. |
That's definitely weird! @gilbsgilbs is that something that you had fixed in your PR? |
My PR fixed the light toolbar in dark mode (see screenshots), but I didn't notice it wasn't the exact same color as the rest of the app. It's probably because the screen is a different activity which uses the global theme. |
Steps to reproduce
Expected behavior
The header bar has the same background color as every other screen in Firefox Preview (white).
Actual behavior
The header bar is black.
Device information
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: