-1

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.

sadegh sarvi
  • 164
  • 4
  • 15
  • `I need completed code.Please Help Me!` This community is not a service to write your code for you. If you have a specific problem, there are people here who will happily help you, but you have to show some effort by yourself and not only ask us to write your code. – Paul Kertscher Jan 02 '17 at 11:09

1 Answers1

1

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

Community
  • 1
  • 1
Sagar Patil
  • 1,400
  • 15
  • 29