How can Create This(Bottom Sheet Like Google Map)?

I use THIS component but in fragment I can not handle parallax layout for hide toolbar.
How can Create This(Bottom Sheet Like Google Map)?

I use THIS component but in fragment I can not handle parallax layout for hide toolbar.
Use a
RelativeLayoutwhich will contain your mapview fragment. UseCardViewand set it to bottom. In thatCardViewyou can display what you wish to add. For the Travel button use Floating Action button and setlayout_anchorGravitytobottom|right|endYou can also check this link