ShapeOfView
ShapeOfView copied to clipboard
Another elevation issue
If children of any ShapeOfView
view in layout have an elevation set, their shadow does not render at all. So android:elevation
has no effect
Also if ShapeOfView
contains for example an ImageButton
with android:background="?selectableItemBackgroundBorderless"
then selection of the button is rendered as rectangle but should be circle. @florent37 will there be any fix for this?