Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@rongi rongi released this 08 Nov 15:35
· 18 commits to master since this release

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