ok guys,
issue resolved. background color was the problem. background
overriden the background image, so i was not able to see the image.
Hi all,
i developed simple application, Now i want to set my own background
(image) to application.
i used following XML to load bitamp.
<ImageView id="@+id/icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:tint="#FF000000"
android:src="@drawable/my_icon"/>
but i m not able to load image. why??
I placed "my_icon.png" to drawable directory.
Application compile & run properly without error but i am not able to
see background image.
Thanks,
kamlesh sangani