How do I change a button color back to DefaultDrawable after using another color momentarily?
I have a button that I set in the Designer as DefaultDrawable which, of course, sets my button color to the default, which I don't know what it is. Then I programatically change it to Red or Green.
Since Button.Color is write-only, I can't save it and change it back to it.
I need to change it back to the original color.
I have a button that I set in the Designer as DefaultDrawable which, of course, sets my button color to the default, which I don't know what it is. Then I programatically change it to Red or Green.
Since Button.Color is write-only, I can't save it and change it back to it.
I need to change it back to the original color.