I just added a new drawable folder under res folder. In the drawable folder, i copied the ic_launcher.png file from
drawable
res
ic_launcher.png
It is very simple
public void onClick(View v) { imgButton.setImageResource(R.drawable.ic_launcher); }
Using set Background image resource will chanage the background of the button