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
You should first add this to the your parent layout
xmlns:card_view="http://schemas.android.com/tools"
then set the elevation like this
card_view:cardElevation="0dp"