florent37 / ShapeOfView

Give a custom shape to any android view, Material Design 2 ready
Apache License 2.0
3.12k stars 400 forks source link

Another elevation issue #44

Open paulkugaev opened 5 years ago

paulkugaev commented 5 years ago

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

paulkugaev commented 5 years ago

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?