-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(browse): fix regression showing borders #17761
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let there be dividers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually - wait - looked at it locally
in light theme, pretty light, could be darker
in plain theme, mmm they look pretty light to me
in dark theme, they are not quite dark enough IMHO
in black theme they are basically invisible
Is there a way to have them be color-of-font but half-saturation or similar? Or maybe just whatever they were before so there's no bikeshedding 😆
Right now they exist but aren't strong enough in most themes IMHO
`cardBrowserDivider` was defined as a color but we sometimes provided a reference Fixes 17751
Fixed. Great catch PS: That change was ridiculously complex :/. There were issues as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still had an old parallel build on my mobile so I was able to compare it vs this running on an emulator. Looks exactly the same to me now in all 4 themes
I'm merging straightaway because fixing a regression with a clean fix that achieves parity doesn't really leave much for anyone else to do, time best spent elsewhere IMHO :) |
Fixes
Approach
Use
DividerItemDecoration
How Has This Been Tested?
API 34 emulator
Checklist