Open alejandro-rios opened 3 years ago
Is your feature request related to a problem?
Not sure if this already exists but, looking for the arrow properties i didn't see something that could let me implement this
The idea would be, instead of an arrow, to be able to add a border to highlight the source object.
Describe the solution you'd like:
Could be a new BallonProperty, something like:
setShouldHighlightOrigin(Boolean) // Default false setHighligthStrokeWidth(Int) // Border stroke width setHighligthStrokeColor(Int) // Border color
Hi, @alejandro-rios ! Sorry for the late reply. Is that meaning you want to use a custom view for the arrow?
Yes, would be nice to have that property so I can implement it like the example image.
Is your feature request related to a problem?
Not sure if this already exists but, looking for the arrow properties i didn't see something that could let me implement this
The idea would be, instead of an arrow, to be able to add a border to highlight the source object.
Describe the solution you'd like:
Could be a new BallonProperty, something like: