调整图像视图的大小,单个图形不起作用

时间:2018-06-01 07:51:22

标签: android

我想在使用单个数字时进行调整大小功能。我使用了Multi Touch Listener类。但它没有用。以下是我的课。

public void onCreate(Bundle savedInstanceState)
{
    super.onCreate(savedInstanceState);
    setContentView(R.layout.main);
    View mView;
    ImageView mPushView = (ImageView)findViewById(R.id.imgPhotoEditorPush);
    mView = findViewById(R.id.fl_main);
    mPushView.setOnTouchListener(new PushBtnTouchListener(mView));
}

我使用了来自fere的Multi touch Listener类

https://github.com/ryanch741/android-view-rotate-zoom-single-finger

0 个答案:

没有答案