fillAfter and fillEnabled not working in Android view animation XML

后端 未结 4 1101
傲寒
傲寒 2020-12-30 00:01

I\'m curious as to this behavior ... I\'m currently setting the two values in the anim XML:

    android:fillEnabled=\"true\"
    android:fillAfter=\"true\"
<         


        
4条回答
  •  不知归路
    2020-12-30 00:33

    I had the same problem, this worked for me:

    
    
        
    
    
    

    Put the attributes fillEnabled and fillAfter in the Set tag.

提交回复
热议问题