【发布时间】:2015-04-07 16:30:21
【问题描述】:
我正在阅读有关 Android 属性动画的内容,但被困在一楼。我有一个 ImageView(和一个 TextView),我正在尝试制作动画,但似乎没有“动画”方法。我键入 myImageView。并且有很多下拉方法,但没有动画方法。
我在 Eclipse 中使用 Java,并且我看到了其他代码示例。 这是我的 ImageView...
<ImageView
android:id="@+id/molePic"
android:layout_width="36dip"
android:layout_height="36dip"
android:layout_marginTop="7dip"
android:layout_marginLeft="20dip"
android:src="@drawable/mutebeacon36x36" />
【问题讨论】: