Android shadows pre Lollipop

128 Views Asked by At

In android 5.0+ exists property elevation, which add shadows for views. Who can suggest how make compatiblity with older versions 5.0< ? 9-patch not good idea, because in my app shadow everywhere and views different (with rounded corners, not rounded and e.t.c).

1

There are 1 best solutions below

0
On

you can use card view from support. but if you meant Ripple animation you should draw it by yourself