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



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to