Android旋转imageview动画问题

时间:2015-08-12 10:18:54

标签: android android-animation android-imageview

我正在使用ImageView的android旋转。当我运行Project时,onCreate()中的动画工作正常,但是当我尝试在Click按钮上启动动画时它不起作用。

我该如何解决?

XML代码

detachNewThreadSelector_toTarget_withObject_(self.threadedFunc, self, 1)

Java类代码

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent" >

<EditText
    android:id="@+id/getAngle"
    android:layout_width="fill_parent"
    android:layout_height="50dp"
    android:inputType="number" />

<ImageView
    android:id="@+id/rotateImage"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_centerInParent="true"
    android:src="@drawable/spinner_new" />

<Button
    android:id="@+id/startbutton"
    android:layout_width="200dp"
    android:layout_height="50dp"
    android:layout_alignParentBottom="true"
    android:layout_centerHorizontal="true"
    android:text="Start" />

1 个答案:

答案 0 :(得分:2)

执行以下步骤,它肯定会有效 1)给你的xml relativelayout(父布局)[我只给了亲戚] 2)执行以下代码:

int j = records.Count(r => r.IsSomethingTrue)