-
-
Notifications
You must be signed in to change notification settings - Fork 296
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
Balloon-Height in XML #506
Comments
Hey @vijay81 thanks for raising this issue. Would you elaborate on this issue more concisely? So you set up the height with |
Sure, below is my custom layout xml which is in data binding `
` |
If anything you want from my end, let me know. |
Hey @vijay81, sorry for the delayed response. It seems that your custom layout can lead to misunderstanding by measuring the wrong height of the layout, especially regarding the composition of the The most important thing about using a custom layout for Balloon is to give enough context to allow the popup window to measure the height size of your custom layout properly without any struggle from the end. |
Hey @skydoves, thanks for your response. Below are some cases which i tried after your comment
after tried above cases still height issue getting same. NOTE: So please revert me back with your suggestion based on above condition. |
Please complete the following information:
Describe the Bug:
I used balloon with Custom layout and set width as per screen ratio but for height used BalloonSizeSpec.WRAP but balloon take default height and not adjust as per layout PFA.
Expected Behavior:
Balloon should wrap the height as per layout.
The text was updated successfully, but these errors were encountered: