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)