I want to change the background image of a button when clicked or focused.
This is my code:
Button tiny = (Button)findViewById(R.id.tiny); tiny.setOn
You just need to set background and give previous.xml file in background of button in your layout file.
and done.Edit Following is previous.xml file in drawable directory