ask questions
ObjectAnimator.ofFloat(view, "translationX", 100f).apply {
duration = 2000
start()
}
Answers
Answered by
0
Answer:
this question answer it is
2000*100=200000
Similar questions