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

attribute shape_arc_cropDirection (aka in.magic.swap.user:shape_arc_cropDirection) not found. #80

Open krButani opened 3 years ago

krButani commented 3 years ago

AAPT: error: attribute shape_arc_cropDirection (aka in.magic.swap.user:shape_arc_cropDirection) not found.

Dave181295 commented 3 years ago

Same problem..

memishood commented 3 years ago

same problem

jughoor commented 3 years ago

app:shape_arc_cropDirection="outside" inside not found

Evan-ploop17 commented 2 years ago

I had to use an older version: implementation 'com.github.florent37:shapeofview:1.3.2'

edwin-parentsense commented 2 years ago

Check the release notes 😃 , shape_arc_cropDirection has been removed as it is now calculated by arc_height, -dp for inward +dp for outward.