how to change background in image button in android code example
Example: how to set background image on button in android
btn.setBackgroundResource(R.drawable.new_todo_image);
btn.setBackgroundResource(R.drawable.new_todo_image);