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
use this attribute in XML
card_view:cardElevation="0dp"
and remember add xmlns:card_view="http://schemas.android.com/tools" in your root layout.
OR you can call cardView.setCardElevation(0) to disable shadow programmatically.
cardView.setElevation() method and CardView attribute android:elevation will throw java.lang.NoSuchMethodError in platform before Android 5.0