Currently am loading image from drawable resource-
<ImageView
android:id="@+id/stestImg"
android:src="@drawable/testImg"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
can I use image from assets here, directly to the layout XML? Do I need to do any coding for that! Please help.