I am working on an application in Android Studio and I have read in several threads that to remove the background in my buttonimage
I have to put in its Android properties: Background="null"
.
Indeed the background is removed and there is a transparent image that is what I'm looking for, but I miss the following error:
Error: (14, 28) String types not allowed (at 'background' with value '').
Can someone tell me how to solve it?