I have a two png files. The button and it's "pressed state".
1)How do I replace the default android button with my png(the text of the button is included in the png, there's no need to define a textView over the image.
2) And also how do I implement the "onPress" state png???.
I've been 3 days searching for answers but there's little to no information on this subject in particular. I just found the rotate animations an all of that, but nothing on how to replace a default button with a drawable and then use another png file when the user press the button