I'm using RotateAnimation
to rotate my FrameLayout
with three ImageView
's in it. But after the rotation the layout with its child views return to the start position that it has before animation. How can I make it to stay rotated after the animation?
Asked
Active
Viewed 268 times
0

Pavlo Viazovskyy
- 927
- 5
- 12
-
this is related to fillAfter, fillBefore and fillEnabled properties. I would use fillAfter="true", i suppose – njzk2 Sep 20 '12 at 09:38
1 Answers
0
Read the documentation for Animation, especially for fillAfter.
http://developer.android.com/reference/android/view/animation/Animation.html

Simon
- 14,407
- 8
- 46
- 61