i want made animation, Until the outside of activity, animation has not stoped and And continues until the activity is running animations
my animation code :
<set xmlns:android="http://schemas.android.com/apk/res/android">
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:fromDegrees="0"
android:toDegrees="360"
android:pivotX="50%"
android:pivotY="50%"
android:duration="30000" >
</rotate>
please send to me current code