how to change the background of a button with picture code example
Example: imagesbutton how to set background
imageButton.setBackground(this.getDrawable(R.drawable.your_image));
imageButton.setBackground(this.getDrawable(R.drawable.your_image));