Fabio
06/01/2021, 7:30 AMAndroidView
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?