我的 main.xml 中有一个图像,如下所示
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<ImageView
android:id="@+id/imageView1"
android:layout_width="70dp"
android:layout_height="70dp"
android:contentDescription="@string/hello"
android:maxHeight="70dp"
android:maxWidth="70dp" />
但我需要将它传递给另一个 xml 文件。这可能吗?