我收到了这个警告,程序仍然可以正常构建和运行。我只是想知道如何摆脱它。
<ImageView
android:id="@+id/myimage4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
**android:layout_column="0"
android:layout_row="0"**
android:src="@drawable/ic_launcher" />