Has anyone noticed gradients not quite working cor...
# compose
c
Has anyone noticed gradients not quite working correctly on older API levels? Here's a gradient that uses
Color.Transparent
on API 23 and API 27
2
K 3
😞 5
Looks like I can get the behaviour I want on both API levels if I replace
Color.Transparent
with a copy of the background colour with an alpha of 0
a
please file a bug
👍 1
s
Elevation also has inconsistent look across API levels.
a
@Shakil Karim for what kind of shapes? would be nice to file a bug and for this one
s
Sure, i will file a bug.