skydoves / Balloon

:balloon: Modernized and sophisticated tooltips, fully customizable with an arrow and animations for Android.
https://skydoves.github.io/libraries/balloon/html/balloon/com.skydoves.balloon/index.html
Apache License 2.0
3.74k stars 291 forks source link

Suggestion for ballon property? #224

Open alejandro-rios opened 3 years ago

alejandro-rios commented 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

Screen Shot 2021-08-02 at 4 21 33 PM

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
skydoves commented 3 years ago

Hi, @alejandro-rios ! Sorry for the late reply. Is that meaning you want to use a custom view for the arrow?

alejandro-rios commented 3 years ago

Yes, would be nice to have that property so I can implement it like the example image.