I want to add the elevation animation to my android.support.v7.widget.CardView, just like the material style Buttons do. I\'ve tried to set a Sta
android.support.v7.widget.CardView
Button
Sta
You tried to create this .xml in res/anim folder.
res/anim
You should create on res/animator, if don't exist is easy to create.
res/animator
But if you search for the problem it already give you a possible solution