ES
Size: a a a
ES
CF
ℕ
ОА
ES
S
ОА
S
I
Path().apply {
moveTo(0f, body.bottom)
lineTo(0f, legHeight)
}
АМ
val animationUtils = AnimationUtils.loadAnimation(activity, R.anim.rotate)
animationUtils.setAnimationListener(object : Animation.AnimationListener {
override fun onAnimationRepeat(animation: Animation?) {}
override fun onAnimationEnd(animation: Animation?) {
Handler().postDelayed({
button.startAnimation(animationUtils)
}, 5000)
}
override fun onAnimationStart(animation: Animation?) {}
})
Handler().postDelayed({
button.startAnimation(animationUtils)
}, 3000)
ОА
ВШ
ОА
AM
ES
ES
SS
АМ
ОА
ОА