Vector Drawables don’t provide an Outline
out of the box, so they won’t have a shadow. You can emulate it (assuming the shape of the vector is compatible with Outline
, that is, that it’s convex) by setting an OutlineProvider
on the view which you can then use to provide any supported outline.