私は画像をズームするためにmike/ ortiz TouchImageViewクラスを使用しています.xmlでは、このような画像を使用しました
<com.example.TouchImageView
android:id="@+id/iivAvailable"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="00.0dip"
android:src="@drawable/toxiraepro_ui_trans_new"
android:visibility="visible"/>
今、画像ボタンをクリックしてこの画像をズームしたい 画像上のいくつかのポイントを表示する画像ボタンがいくつかあります。TouchImageViewクラスで他の画像のIDまたは参照を渡す方法はありますか
`