我正在使用RotateAnimation旋转我的FrameLayout,里面有三个ImageView。但是旋转之后,布局和它的子视图返回到动画之前的开始位置。我如何才能使它在动画之后保持旋转?
发布于 2012-09-20 17:38:36
阅读动画的文档,特别是fillAfter的文档。
http://developer.android.com/reference/android/view/animation/Animation.html
https://stackoverflow.com/questions/12509848
复制相似问题