Android : Rotate Vector Image to 90 degree

后端 未结 5 1419
小鲜肉
小鲜肉 2021-02-02 07:08

I have following code for my vector:



        
5条回答
  •  误落风尘
    2021-02-02 07:35

    If you want to rotate like a mirror image, Add android:scaleY="-1",android:translateY

    
     
      
        
     
    
    

提交回复
热议问题