开发者

ImageView interpolation while animating

开发者 https://www.devze.com 2023-03-21 08:01 出处:网络
I am rotating an imagev开发者_如何转开发iew using a RotateAnimation, but the rotation is quite slow (22° in two seconds!).

I am rotating an imagev开发者_如何转开发iew using a RotateAnimation, but the rotation is quite slow (22° in two seconds!).

The image quality during the animation is very pixelated from what appears to be a nearest neighbor interpolation.

Is there any way to change this?

I've tried setAntiAlias(true) on the BitmapDrawable with no effect.

0

精彩评论

暂无评论...
验证码 换一张
取 消