ToxicBakery / ViewPagerTransforms

Library containing common animations needed for transforming ViewPager scrolling for Android v13+.
https://toxicbakery.github.io/ViewPagerTransforms/
Apache License 2.0
2.57k stars 489 forks source link

support v4 library #34

Closed TacB0sS closed 8 years ago

TacB0sS commented 8 years ago

I've wanted to import your lib to my project and because it is v13 support I couldn't do it via maven. It is a shame because there is nothing preventing this from been v4 support, I've already made the changes took less than 10 minutes. you should consider doing the same upon releasing the next version.

ToxicBakery commented 8 years ago

Feel free to make a pull request. See #17 for reference of why I did not do this initially.

ToxicBakery commented 8 years ago

Using v4 only adds support directly for v11 without switching to 9 old android libs. As api levels less than 15 make up less than 5% this does not seem beneficial.

In Reference To: https://github.com/ToxicBakery/ViewPagerTransforms/pull/35 Version Stats: https://developer.android.com/about/dashboards/index.html