I have a Android Button that I'm placing on my screen, and am defining a custom background drawable that just specifies a green rectangle for now. But, for some reason there appears to be a very thin shadow being drawn under my button (highlighted with the red box):
Is there any way to get rid of this while still using a Button? It because really ugly when I change my background drawable to have rounded corners.
Thanks!
Lollipop
and/or aMaterial theme
? – Phantômaxx?android:attr/borderlessButtonStyle
and tweak from there? – JASON G PETERSON