-1

I have TableLayout with:

android:layout_marginBottom="-60dp"

OnCreate I want it to move with animation to marginBottom="0dp"

tried this: Android - Change left margin using animation

but im getting this error about "Transformation": https://i.stack.imgur.com/xXx7y.jpg

how can I fix it?

Community
  • 1
  • 1

1 Answers1

0
import android.view.animation.Transformation
chopper
  • 6,649
  • 7
  • 36
  • 53
Parnit
  • 1,032
  • 2
  • 8
  • 16