alexjlockwood / adp-path-morph-play-to-pause

Play-to-pause path morphing example
MIT License
348 stars 40 forks source link

Suitable for under Lolipop #9

Open AviadKlein10 opened 7 years ago

AviadKlein10 commented 7 years ago

Hi I saw that the method "onSizeChanged" is using "setOval" which require targetApi >= lolipop. Is there other method that I can use to support lower api? Even if it means to use the feature without the oval.

Thank you