标签: android imageview rotateanimation
获得RotateAnimation当前角度的任何技巧?我使用RotateAnimation旋转的imageview,imageview.getRotation()始终为0.0。也许这是获得旋转角度的技巧? Thaks
答案 0 :(得分:-2)
您可以使用SensorEvent或位置传感器获取旋转角度。
这是SensorEvent here.
这是对PositionSensors here.
我希望这对你有所帮助。