Android : How can I rotate a View by Y-axis in android?

on Monday, January 19, 2015


In my app, i would like rotate an ImageView by setRotationY(). In fact, it does. Just like from b to d, mirror effect and when i use setRotation(45) before setRotationY(), the result is that setRotationY is according to the device Y-axis, and i want the rotationY according to view self.


How? Can you guide me? Thanks!


0 comments:

Post a Comment