how to get button background image id in android studio 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);