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.
Use CardView
and set it to bottom. In that CardView
you can display what you wish to add. For the Travel button use Floating Action button and set layout_anchorGravity
to bottom|right|end
You can also check this link