We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the Bug:
val builder = rememberBalloonBuilder { setArrowSize(arrowSize) setWidthRatio(1f) setArrowPositionRules(ArrowPositionRules.ALIGN_ANCHOR) } Balloon( builder = builder, balloonContent = { Column( modifier = Modifier.fillMaxWidth(), horizontalAlignment = Alignment.CenterHorizontally, ) { Text("test") } }, ) { balloonWindow -> ....
Brown is background of the screen, grey is the background from AndroidStudio.
i think the issue is coming from this line here
Balloon/balloon-compose/src/main/kotlin/com/skydoves/balloon/compose/Balloon.kt
Line 135 in e8c8211
Expected Behavior:
When i use balloonWindow.showAlignTop() or balloonWindow.showAlignBottom() the arrowSize shouldn't be substracted
balloonWindow.showAlignTop()
balloonWindow.showAlignBottom()
The text was updated successfully, but these errors were encountered:
Hey @alexanderfilipzik, the new release 1.6.1 resolves this issue. Thanks for reporting this issue!
Sorry, something went wrong.
skydoves
No branches or pull requests
Describe the Bug:
Brown is background of the screen, grey is the background from AndroidStudio.
i think the issue is coming from this line here
Balloon/balloon-compose/src/main/kotlin/com/skydoves/balloon/compose/Balloon.kt
Line 135 in e8c8211
Expected Behavior:
When i use
balloonWindow.showAlignTop()
orballoonWindow.showAlignBottom()
the arrowSize shouldn't be substractedThe text was updated successfully, but these errors were encountered: