Open theAkito opened 2 years ago
Currently buttons don't support a custom background color or custom drawing through a canvas. As far as I know there is no easy way to implement this.
Currently buttons don't support a custom background color or custom drawing through a canvas. As far as I know there is no easy way to implement this.
What about this?
Oh right. What I said above only applies for a native button. You can use your own button based on the type Button
. Then your code is responsible for drawing the widget.
When this
onClick
event gets triggered, my app is getting the following error.When trying to research this issue, there were hints pointing at it being a problem with incorrect
method
implementations or at least related to objects.