Easy like itself . I wanna make an alpha button , which would have a selected drawable this way:
NOTE: This answer is obsolete. See the answer by kikettas for how to solve OP's problem using the compatibility library. (I would delete this answer, but SO won't let me because OP marked it as the solution.)
Original answer:
I don't think there's a way to do that. There is an attribute android:alpha, but it applies to views, not drawables. It's only been available since API level 11.