How can I change the z coordinate of a view along with zoom animation to achieve an interpolated shadow?
I want to achieve a hover effect where a button gets a zoom animation and the z coordinate increases to get a shadow. Is this possible? I want the shadow to be interpolated with the zoom, not just a finishing shadow. It is my understanding if you increase the z-coordinate of a view, Android will automatically render a drop shadow.