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
RelativeLayout
which will contain your mapview fragment. UseCardView
and set it to bottom. In thatCardView
you can display what you wish to add. For the Travel button use Floating Action button and setlayout_anchorGravity
tobottom|right|end
You can also check this link