在对角线位置绘制图像android

时间:2014-10-18 14:50:53

标签: android imageview surfaceview drawbitmap

我是新手,我想问一下Bitmaps。下图可能吗?

enter image description here

我只想要一个位图图像对角显示或在水平以外的任何位置显示。我正在使用SurfaceView,但在测试时,我只是使用ImageView。救命。 晕倒

1 个答案:

答案 0 :(得分:0)

如果要旋转ImageView,可以使用PropertyAnimator

ObjectAnimator.ofFloat(imageView, "rotation", 0f, 45f);