Conversation
a449d1d to
9594971
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
👋 Hi @jrodbx @geoff-powell, it seems like this layoutlib update introduces unexpected changes regarding colors. For instance:
Is it directly related to this update? Is it known? |
|
Yes, I assume that is due to the layoutlib updates. I can try and look in the source for any recent changes |
|
With more logs, here is what I observe: On alpha-02 (layoutlib 15.2.3)On latest SNAPSHOT (layoutlib 16.1.1)In these logs, I've added a dump of the - Light: Color(0.98039216, 0.972549, 1.0, 1.0, sRGB IEC61966-2.1), fffaf8ff
+ Light: Color(0.98039216, 0.972549, 0.99607843, 1.0, sRGB IEC61966-2.1), fffaf8fe
- Dark: Color(0.07058824, 0.07450981, 0.09411765, 1.0, sRGB IEC61966-2.1), ff121318
+ Dark: Color(0.050980393, 0.05490196, 0.07058824, 1.0, sRGB IEC61966-2.1), ff0d0e12 |
|
And the actual color is defined as <color name="system_background_light">#FAF8FF</color>
<color name="system_background_dark">#121318</color> |
|
Previous PR was #2066 which introduced the Java 21 requirement. |
This PR contains the following updates:
16.0.1->16.1.116.0.1->16.1.116.0.1->16.1.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.