I am working with cardviews but the problem is my CardView is not showing any elevation or shadow. I have already tried some of the methods suggested in stackoverflow answer
There are two things that helped me solve this problem:
Setting this in the application tag of my manifest:
android:hardwareAccelerated="false"
File > Invalidate cache and restart