YiChaoLove / CoverFlow

CoverFlow for Android, horizontal scrolling card, horizontal vertical overlap listview.
103 stars 22 forks source link

setting the angle for item views #2

Closed Abilashinamdar closed 7 years ago

Abilashinamdar commented 8 years ago

How to change or set the angle of child items, so that the items which comes behind the middle item will be tilted as per the angle.

YiChaoLove commented 7 years ago

You can set item's angle by... mCamera.rotateY(float deg) And I will update code later. Thanks.