[android-beginners] Re: How to create a custom button

2008-11-06 Thread Sunit Katkar
Arun, The Android site has many examples. ImageButton example is located here http://code.google.com/android/samples/ApiDemos/src/com/example/android/apis/view/ImageButton1.html There are more examples here http://code.google.com/android/samples/ApiDemos/src/com/example/android/apis/view/ - Sunit

[android-beginners] Re: How to create a custom button

2008-11-06 Thread Arun Mankad
But I want to use my own images for the buttons, ie an image for normal state another for focused state and yet another for clicked state On Fri, Nov 7, 2008 at 6:46 AM, Sunit Katkar <[EMAIL PROTECTED]> wrote: > Actually the site has all standard widgets which you can use. For instance > the Imag

[android-beginners] Re: How to create a custom button

2008-11-06 Thread Sunit Katkar
Actually the site has all standard widgets which you can use. For instance the Image button is already provided by Android. http://code.google.com/android/reference/android/widget/ImageButton.html The droiddraw application is good to let you quickly create complex layouts and see them before you a

[android-beginners] Re: How to create a custom button

2008-11-06 Thread Thaw
Hi, following is good link for custom button, UI creating. http://www.droiddraw.org/ there u can create your custom button and others for ur UI layout. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginn