Rotate image in android

前端 未结 5 966
自闭症患者
自闭症患者 2020-12-19 05:48

I want rotate image in both the ways Clockwise as well as Anti clock wise. I had try but not rotate image both the way, so plz give me solution for my problem if you know..

5条回答
  •  失恋的感觉
    2020-12-19 06:35

    You just add this simple code to your button

                imVCature_pic.setRotation(imVCature_pic.getRotation() + 90);
    

提交回复
热议问题