有没有会改变布局Android动画,不只是呈现效果的
怪我咯
怪我咯 2017-04-18 09:18:51
0
1
445

有没有会改变布局Android动画,不只是呈现效果的,比如缩小一个布局的高度为0,其他布局也会跟着移动

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
阿神

Of course, use ValueAnimator to calculate the size of your layout during animation, then use the layout(int l, int t, int r, int b) method to assign the value to your layout, and then call invalidate() to refresh it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template