Hello I am am working on demo application in which i am using the card view of support library. By default it is adding shadow around it. I want to remove this shadow & shou
Just put this line inside your CardView:
app:cardElevation="0dp"
Hope it will help you.