-
Notifications
You must be signed in to change notification settings - Fork 114
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
Bottom container height without anchor point #52
Comments
Hi, thanks for reaching out, You can set the height of the bottom sheet by manually setting the hight of the inner Let me know if you got it. |
Thanks for the answer! Yes, that works! Thank you very much! |
I think i am really confused now 😅, do you have a visual example on what you are trying to do? |
I have a better understanding now, thanks for clarify, The MergedAppBarLayout is indeed very hard to customized, i think i did something similar on the past, so let me play around and i will back to you. |
Yes, something like that, but with the user being to also scroll down in the expanded state! :) |
Yeah indeed, i think it's a bug on the NestedScrollView that i need to investigate further, if you want to play around, i have this gist so far. https://gist.github.com/cesardeazevedo/e29b3ef261ba5053b614e52dea40f83b |
I will check it out and let you know if I find something!
Thanks for your help though! :)
… Am 18.04.2019 um 10:04 schrieb César Augusto ***@***.***>:
Yeah indeed, i think it's a bug on the NestedScrollView that i need to investigate further, if you want to play around, i have this gist so far. https://gist.github.com/cesardeazevedo/e29b3ef261ba5053b614e52dea40f83b <https://gist.github.com/cesardeazevedo/e29b3ef261ba5053b614e52dea40f83b>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#52 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABOFHOTWF3D4UPP5XT54VZTPRATRHANCNFSM4HGTLWMA>.
|
Hey! First of all, awesome library!
I'm trying to set the hight of the expanded bottom sheet without using an anchor point but I can't seem to find any option to do that. Is it possible to get a prop that sets that?
Best wishes!
The text was updated successfully, but these errors were encountered: