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
try like this may help you,
CardView cardView = (CardView) v.findViewById(R.id.cardView); cardView.setCardElevation(0);