0
在我的應用程序中,我使用一個類TouchImageView捏放大。我從我的xml實例化那個類。在xml中實例化一個類android
<com.nspl.utility.TouchImageView
android:id="@+id/imageViewDoc"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true" />
TouchImageView擴展了ImageView類。
現在,這個類在調用setContentView()方法時得到實例化。 但是在某個時候,我想重新實踐這個課程。 我怎樣才能做到這一點。