Skip to content
New issue

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

BalloonOverlayRoundRect is not flexible enough #457

Open
SharifMrCreed opened this issue Jun 4, 2023 · 0 comments
Open

BalloonOverlayRoundRect is not flexible enough #457

SharifMrCreed opened this issue Jun 4, 2023 · 0 comments

Comments

@SharifMrCreed
Copy link

SharifMrCreed commented Jun 4, 2023

Is your feature request related to a problem?
Yes my feature request is related to a problem

A clear and concise description of what the problem is.
Im using balloon compose but when i try to use the BalloonOverlayRoundRect it takes only parameters for x and y so its impossible to set the corner radius of the overlay to only one side of the BalloonOverlayRoundRect for example if your anchor view is at the edge of the screen and unpadded then the overlay will just pass through the anchor.

Describe the solution you'd like:
is it possible to implement something like this RoundedCornerShape(topStart = 14.dp, bottomStart = 14.dp) from compose. shape?

A clear and concise description of what you want to happen.
I want to be able to set the corner radius on only one side of the overlay so that it doesn't pass through my anchor view content

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant