2 messages in com.googlegroups.android-beginners[android-beginners] Re: Not able to c...
FromSent OnAttachments
kamlesh sangani22 May 2008 03:59 
kamlesh sangani22 May 2008 23:34 
Subject:[android-beginners] Re: Not able to change background.
From:kamlesh sangani (kaml@gmail.com)
Date:05/22/2008 11:34:20 PM
List:com.googlegroups.android-beginners

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