Android Button background image pressed/highlighted and disabled states without using multiple images
In Android, if you provide custom background images for buttons, you will lose the pressed and disabled image effects. The common way to fix that is to provide additional images for those states. I’m lazy and I find this inconvenient especially during the prototyping phase of app development. I’ve always liked the way iOS automatically [...]