Re: [android-developers] Skinning Buttons

2010-06-04 Thread Mark Murphy
John Gaby wrote: > I want to provide my own images for buttons. Now I can call the > setBackgroundResource(id) function to change the background of a > button, but it does not handle the various states. How do I specify a > different image for each state (normal, pressed, selected)? You need to

[android-developers] Skinning Buttons

2010-06-04 Thread John Gaby
I want to provide my own images for buttons. Now I can call the setBackgroundResource(id) function to change the background of a button, but it does not handle the various states. How do I specify a different image for each state (normal, pressed, selected)? Thanks. -- You received this messag