• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Rotation animation on ScrollView

tmmihr

Lurker
Im am trying a simple rotation animation on a ScrollView using this code:

ObjectAnimator rotation = ObjectAnimator.ofFloat(view, "rotation", rotationValue);
rotation.start();

Animation works fine but the contents of the ScrollView is drawn outside the view's bounds.

Tried almost every trick I know... :(

Images attached.

Screenshot_2013-06-01-00-05-39.png

Screenshot_2013-06-01-00-05-43.png
 
Back
Top Bottom