Guest User

Untitled

a guest
Jul 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. doctorAnimation.setAnimationListener(object : AnimationListenerAdapter() {
  2. override fun onAnimationEnd(animation: Animation?) {
  3. animateTextAndButtons()
  4. }
  5. })
  6. doctor_image.startAnimation(doctorAnimation)
Add Comment
Please, Sign In to add comment