I\'m trying to change the image of the ImageButton programmatically.
I\'m trying to copy this code, but the setBackgroundDrawable is already deprecated.
Just try out this way:
((ImageButton) view).setImageDrawable(replacer);