clipChildren is not working

后端 未结 5 1781
傲寒
傲寒 2020-12-30 23:51

In my application i am trying to move images using animation. When i try to animate the image (imageView2 or imageView4) to imageView1

5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2020-12-31 00:19

    The final reason is "RelativeLayout". So to solve it, don't use RelativeLayout as your Larger-than-parent control's parent. FrameLayout instead, like:

    
    
    
        
        
    
            
            
    
        
    
    
    

提交回复
热议问题