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

887 views Asked by At

How can Create This(Bottom Sheet Like Google Map)? enter image description here

enter image description here

I use THIS component but in fragment I can not handle parallax layout for hide toolbar.

1

There are 1 answers

0
Sagar Patil On

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