[android-developers] Re: How to add a ImageButton from layout(xml)

2008-10-30 Thread Alvin Yates
If what you're describing went from white rectangle around the image with an orange border to the button is solid white even while clicking on it than what you need to do is edit the image file itself to remove the background color. If you have Photoshop/GIMP, you should be able to do it,

[android-developers] Re: How to add a ImageButton from layout(xml)

2008-10-30 Thread yasmin afrose
Hi, Can anyone send your source code?. Just I want to know about Image Button its purpose. Thanks, Yasmin On Fri, Oct 31, 2008 at 3:05 AM, Alvin Yates [EMAIL PROTECTED] wrote: If what you're describing went from white rectangle around the image with an orange border to the button is solid

[android-developers] Re: How to add a ImageButton from layout(xml)

2008-10-29 Thread Mark Murphy
Arun Mankad wrote: Can anybody tell me How to add a ImageButton from layout(xml), I tried ImageButton ImageButton android:id=@+id/continue_button android:src=@drawable/sms / android:background -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android

[android-developers] Re: How to add a ImageButton from layout(xml)

2008-10-29 Thread Arun Mankad
Thank you mark it worked, but those buttons cannot be highlighted with that orange shade as in Normal Button, how can i achive that On Wed, Oct 29, 2008 at 7:19 PM, Mark Murphy [EMAIL PROTECTED]wrote: Arun Mankad wrote: Can anybody tell me How to add a ImageButton from layout(xml), I tried