0

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

`

4

0 回答 0