I have a custom button drawable in my android studio project (white border and transparent) and I'm using app:background="@drawable/button_custom"
in the button xml. For some reason android studio is overriding it to a red button which is the primary theme colour. I can't work out why this is happening.
I've tried setting the background colour to transparent on the button but that just removes the borders