我正在使用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或refrence`