I have a button on my app that I want to change the color of during
different states of my application.  However when I call

btn.setBackgroundColor(Color.GREEN);

the shape of the button changes.  The rounded edges go away and I get a flat
looking rectangle that is green.  Is there a reason the shape is changing?
 Is there a a way to change the button color without the shape changing?

Thanks

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

Reply via email to