当我设置setShadowLayer(...)
生成阴影但被视图边界剪切时,我已尝试过在StackOverflow中找到的所有内容,但没有任何工作。
clipToPadding="false
和clipChildren="false"
(均在父视图组中)setMeasuredDimension(width + shadowElevation*2, heigth + shadowElevation*2)
setClipBounds(...)
设置clipBounds(但这仅适用于> = API 18并且不起作用)