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
I am using a custom layout which contains a scrollView(I tried to remove scrollView but it didn't solve)
Balloon balloon = new Balloon.Builder(context) .setArrowSize(10) .setLayout(R.layout.custom_leg_info_dialog) .setArrowOrientation(ArrowOrientation.RIGHT) .setHeight(layoutHeightDp) .setArrowConstraints(ArrowConstraints.ALIGN_ANCHOR) .setWidthRatio(0.7f) .setArrowDrawable(drawable) .setCornerRadius(6f) .setElevation(5) .setAlpha(1f) .setBalloonAnimation(BalloonAnimation.ELASTIC) .setBackgroundColor(ContextCompat.getColor(context, R.color.white)) .setBalloonAnimation(BalloonAnimation.FADE) .build();
It looks like this,
Also, I have noticed that same thing happening for the case giving specific width
I have tried lots of things but I couldn't find a solution.
Thank you so much in advance!
The text was updated successfully, but these errors were encountered:
Add padding as elevation sizes for getting cut in edge cases #134
2f1e609
Released a new version 1.2.9! Thanks for your issue :)
1.2.9
Sorry, something went wrong.
skydoves
No branches or pull requests
I am using a custom layout which contains a scrollView(I tried to remove scrollView but it didn't solve)
It looks like this,
Also, I have noticed that same thing happening for the case giving specific width
I have tried lots of things but I couldn't find a solution.
Thank you so much in advance!
The text was updated successfully, but these errors were encountered: