如何在TouchImageView中设置不同的图像

时间:2014-08-29 12:21:58

标签: java android android-layout zooming touchimageview

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

`

0 个答案:

没有答案