I'm having issues with shadows not showing properl...
# compose
f
I'm having issues with shadows not showing properly I have an
AndroidView
that displays a custom view that has
CardView
in it. And even when adding padding to the
AndroidView
the shadows are still getting clipped. Usually I'd simply use
clipChildren
and
clipToPadding
= false in the whole hierarchy, but I seem to be missing something, and Artic Fox layout inspector is misbehaving and not letting me peek at what the view hierarchy looks like. Any tips for either doing
clipChildren
or debuggin compose views?