[android-developers] Re: How do I remove the background of a image button?

2011-04-28 Thread Andy Fung
setBackground to null

or on xml file
Background=@null

On 4月26日, 下午5時02分, shyme shym...@gmail.com wrote:
 Dear :

     I use a d circle image button. I had set the picture with no
 backgrounf. But it will display a rectacle pricture with the white
 color around the circle button. How can I remove the white backgound?
 Thanks.

 Best Regards,
 shyme

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: How do I remove the background of a image button?

2011-04-27 Thread shyme wu
Dear Sourav :

   It works. Thanks.

Best Regards,
Shyme

2011/4/27 Sourav Howlader sourav.howla...@gmail.com



 in xml declare android:background=@null this will solve your problem

 --
  You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: How do I remove the background of a image button?

2011-04-26 Thread Sourav Howlader


in xml declare android:background=@null this will solve your problem

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en