Skip to content

Releases: rongi/rotate-layout

Version 3.0.0

14 Feb 17:55
Compare
Choose a tag to compare

View can now be rotated by arbitrary angle.
Previously only multiples of 90 was supported.

Version 2.0.0

08 Nov 15:35
Compare
Choose a tag to compare

Rotate angle is now RotateLayout property, not layout parameter.

Before this release rotate angle was a layout parameter property of the child view. This means that to change angle during runtime one should've updated layout parameters of the child view which is a lot of lines of code. Now to change view angle just call setAngle() method of RotateLayout

Version 1.0.1

08 Nov 13:22
Compare
Choose a tag to compare
v1.0.1

catching up with right version commit