Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 352 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 352 Bytes

RotateImageView

The ImageView can rotate in Android 旋转的ImageView

使用:

private RotateImageView rotateiv; rotateiv= new RotateImageView(this); //初始化

rotateiv.stopRotate( boolean isplay ); //开始或者停止旋转

image