Material shape element lost shadow when shape color has alpha like (#F0FFFFFF)
Jerry805 opened this issue · 1 comments
Jerry805 commented
Material shape element lost shadow when shape color has alpha like (#F0FFFFFF)
Android studio 3.3
Material 1.1.0-alpha02
Kotlin
Steps to reproduce the behavior:
- create a material card view in layout
- create a shape. like round. set the shape color with alpha not ff
- set background of the card view in MainActivity.kt
- run app and would see that shadow disappears. when set shape color without alpha, shadow displays as expected.
afohrman commented
Thanks for reporting this issue. This sounds like a bug in the MDC Android library; could you please file an issue at https://issuetracker.google.com/issues/new?component=439535 so that we can take a look?