I use android material Chip
view
It seems it has a shadow in the lower part.
Which attribute to way can I use to remove any chance of bottom shadow?
If you don't want a drop shadow, use elevation=0dp
and the component should not render the fake shadow.