I need to get the pressed state drawable of the StateListDrawable of a button.
I get the StateListDrawable like this:
StateListDrawable drawable = button.getBackground();
But I can't find anything useful in the internet on the next step I would take.