how to background image in button and fell click 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);