-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I think most users will want it to be transparent for better usability.
I managed to get it right by adding these lines to constructor:
`
this.setBackgroundColor(Color.TRANSPARENT);
this.setZOrderOnTop(true);
getHolder().setFormat(PixelFormat.TRANSPARENT);
`
Please check my pull request based on this issue here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels