Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Releases: tarek360/RichPath

Clickable RichPath

14 Aug 08:00
Compare
Choose a tag to compare

Now you can set on click path listener to the RichPath.

ezgif com-resize

add proguard rules

24 Jul 18:49
Compare
Choose a tag to compare

add proguard rules to the richpath module

Migrate RichPathView from View to ImageView

19 Jul 21:51
Compare
Choose a tag to compare

Migrate the RichPathView from View to ImageView to use the vector as a drawable.

Fix vector size

19 Jul 20:01
Compare
Choose a tag to compare
0.0.6

0.0.6

Optimize the path morphing animation performance

16 Jul 17:57
Compare
Choose a tag to compare

Path morphing support 馃帀

14 Jul 23:03
Compare
Choose a tag to compare

RichPathAnimator.animate(richPath)
       .pathData(pathData1, pathData2, ...)
       .start();