Is there a way to specify an alternative background image/color for a Button in the XML file that is going to be applied onClick, or do I have to do a Button.setBackground() in the onClickListener?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
To change image by using code
Or, using an XML file:
In
|
|||||||||||||||
|
|
For more details and implementation help refer to the android docs. |
||||
|
|
|
In the latest version of the SDK, you would use the
|
|||
|
|