Thank you for your great library.
Can you change the PageCurlView class so that it can not only flip left to
right but top to bottom?
You can do this by creating the clipping path depending on the direction to
flip.
I tried to do this by moving the points used to define the current clipping
paths (mA, mB, mC... etc) to separated classes ClippingPathHorizontal and
ClippingPathVertical, which control the movement and the clipping path
depending on the direction.
Please refer to the sample code in the attached file android-page-curl-ex.zip.
You can change the direction by calling PageCurlView#setFlipDirection().
Original issue reported on code.google.com by umbalaco...@gmail.com on 22 Oct 2011 at 8:27
Original issue reported on code.google.com by
umbalaco...@gmail.com
on 22 Oct 2011 at 8:27Attachments: