SurfaceView移动/缩小视图

时间:2014-10-02 14:12:52

标签: android zoom surfaceview move pan

SurfaceView有问题,屏幕上有对象,可以移动/平移和捏缩放 问题是大小,我不想从屏幕上移动物体(图片显示一些) http://i58.tinypic.com/2387bq.jpg

我在surfaceCreated方法中设置了固定大小的布局

LayoutParams lp = this.getLayoutParams();
lp.width = 2000; // required width
lp.height = 2000; // required height
this.setLayoutParams(lp);

但不知道如何将内容限制在视图内部(即使在缩放时),任何帮助都表示赞赏

0 个答案:

没有答案