Search code examples
androidmaterial-componentsmaterial-components-androidandroid-chips

How to remove shadow from material Chip android view?


enter image description here

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?


Solution

  • If you don't want a drop shadow, use elevation=0dp and the component should not render the fake shadow.