I'm getting this warning, the program still builds and runs properly. I just want to know how to get rid of it.
<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" />