On my Galaxy S3, by default when buttons are pressed their backgrounds take on a light blue color. Is there a way to change this color?
I am aware of State List Drawables, and I've been able to use them to do this in certain situations. However, there are some things that still use this default color that I would like to change. For instance:
- The home button in the Action Bar still uses the light blue color when it's pressed
- The display buttons in a MapFragment (zoom in, zoom out, my location, etc.) still use the light blue color
If anyone knows how to change this color in general across the entire app, or even for just these two instances, that would be very helpful. Thanks.