how to change background to using java 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);