TorryDo / Floating-Bubble-View

🍀an Android library that adds floating views on top of your screen🎨, supports both XML and Jetpack Compose
Apache License 2.0
204 stars 34 forks source link

show ExpandedBubble at the position of Bubble when clicked #54

Open pawaom opened 1 year ago

pawaom commented 1 year ago

Describe your suggested feature

This demo explains the feature we are looking for

https://youtu.be/2sAsE6CT_fE?t=117

Other details

The demo project shows the ExpandedBubble at the static position of .startLocation(0, 0) while we can customize this position , how can we show the ExpandedBubble at the position to which the original bubble has been dragged

the video explains what we want to achieve ,

How can we do this with this library

Acknowledgements

TorryDo commented 1 year ago

how can we show the ExpandedBubble at the position to which the original bubble has been dragged

Unfortunately, it's not possible now, but I will try to support this feature in the next version.

Thank you. 💖