fillAfter and fillEnabled not working in Android view animation XML

后端 未结 4 1093
傲寒
傲寒 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条回答
  •  Happy的楠姐
    2020-12-30 00:22

    putting the fillEnabled and fillAfter attributes in the set tag helped solved the issue.

提交回复
热议问题