I am using a button which is having a thick background image.Because of that when i press the button its default higlighting color is not visible.I have tried the image with transparent background but its not working for this particular image.I want to do this programatically.Can anyone help on this?
Thanks.
I am using a button which is having a thick background image.Because of that
Share
The default background of a button is a nine patch. If you set your own background you don’t get any of the defaults anymore. If you want this you need to provide your own nine patches and a selector similar to this question: Standard Android Button with a different color