Rotating an ImageView
I have an ImageView I am creating from a vector.
I have a simple vector of a triangle:
I want to rotate this by 180 degrees.
According to
Android Documentation, the rotation attribute...
Sets the degrees that the view is rotated around the pivot point. Increasing values result in clockwise rotation.
So I should be able to rotate an ImageView like so:...