【发布时间】:2014-03-15 10:35:18
【问题描述】:
我有 TableLayout:
android:layout_marginBottom="-60dp"
OnCreate 我希望它与动画一起移动到 marginBottom="0dp"
试过这个: Android - Change left margin using animation
但我收到有关“转换”的错误: http://i.stack.imgur.com/xXx7y.jpg
我该如何解决?
【问题讨论】:
我有 TableLayout:
android:layout_marginBottom="-60dp"
OnCreate 我希望它与动画一起移动到 marginBottom="0dp"
试过这个: Android - Change left margin using animation
但我收到有关“转换”的错误: http://i.stack.imgur.com/xXx7y.jpg
我该如何解决?
【问题讨论】:
import android.view.animation.Transformation
【讨论】: