Re: [android-developers] To apply a background to a Button

2010-09-21 Thread TreKing
On Tue, Sep 21, 2010 at 4:45 AM, kiki wrote: > ->How can I change the background of an ordinary Button into some other > image(not just a color change)? > This is in the documentation. > ->And about Nine patch bitmap, how to use them, how to create such bitmaps > and how can i convert my imag

[android-developers] To apply a background to a Button

2010-09-21 Thread kiki
Hi, ->How can I change the background of an ordinary Button into some other image(not just a color change)? ->And about Nine patch bitmap, how to use them, how to create such bitmaps and how can i convert my image into a StateListDrawable, so that I can apply it as my Button background? Thanks, K