I know that there are many questions about shadows in Android, but I didn't find the answer for my question, cause most of solutions now uses just android:elevation
property which is useless if we want custom color of shadow.
My question is how to create custom color shadow for View
, but without using bad looking drawables, which are just custom shapes with offset?