How to zoom whole activity on multi touch?

前端 未结 2 1410
温柔的废话
温柔的废话 2020-12-24 05:37

Problem:

It\'s easy to zoom images and web views. But I want to zoom a whole activity. How can I do this?

Here, I provide wire-frame:

2条回答
  •  囚心锁ツ
    2020-12-24 06:21

    You can use setScaleX and setScaleY to zoom the complete activity view.

    Then you need to set the pivot point with setPivotX and setPivotY.

    The good examples with details for the whole activity zoom with multitouch:

    1) MultiTouch for whole activity.

    2) Zooming view completely.

提交回复
热议问题