質問

レイアウトを持っています。 シンプルスクロールビュー/リニアレイアウトにピンチズームを含める簡単な方法を作成していませんか? 私はいくつかのコードを見ました、しかし、彼らはImageViewsだけで働いています。

setDisplayzoomControls(ブール値)

TextViewsを使用してレイアウトでこの作業を行うことは可能ですか? もしそうなら、誰かがコードを提供しているかもしれません、それはピンチズームで私のレイアウトをズームイン/アウトします。

ありがとう。

役に立ちましたか?

解決

Try using android-pinch, it is supposed to work on web-views as well http://code.google.com/p/android-pinch/

他のヒント

Also,

Take a look at this: http://code.google.com/p/android-multitouch-controller/

It will enable you to add multi touch handlers to almost any widget.

Note that due to some hardware problems on older devices, you might not always get the right result.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top