Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为我使用的视图设置动画,就像按钮一样,我向上滑动它并在此处停止使用slideUpIn.setFillAfter(true);但是视图的物理位置不会改变,只会改变外观。所以我必须点击旧位置才能点击。周围有什么锻炼吗?
slideUpIn.setFillAfter(true);
尝试实现 AnimationListener 并调用
view.clearAnimation()
在视图中
onAnimationEnd(Animation animation)
您需要设置新LayoutParams的视图以正确的位置。
LayoutParams
只是LayoutParams在动画之前查看。然后动画。然后添加到LayoutParams由动画字段编辑的 ant set this new LayoutParamsto view。