fillAfter and fillEnabled not working in Android view animation XML

后端 未结 4 1092
傲寒
傲寒 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:17

    It also works if you don't have the set tag and are just doing translate or something like so.

    
    

提交回复
热议问题