0

Beautifully implemented bottom sheet with animation in Gmail v6.5,Google Maps and Facebook comment view. I like to implement same for my app so that I present detail using bottomsheets that merge with actionbar and swipe down to dismiss to easy navigation. Like one with cross button on toolbar discuss in material design guidelines

I follow [this][2] tutorial using BottomSheetDialogFragment but it shows up half and can't expend to full height. I haven't get any good result.

Gmail User Profile View (Peeking and Expended)

enter image description here

Qamar
  • 4,959
  • 1
  • 30
  • 49

1 Answers1

1

You can create it using these library's

Lib 1
Lib 2

Sohail Zahid
  • 8,099
  • 2
  • 25
  • 41
  • I have tried first one. I want to implement with only design lib – Qamar Jul 10 '16 at 07:31
  • dear you have to customize it with your design. – Sohail Zahid Jul 10 '16 at 07:32
  • @Qamar I hope you successfully completed the target. Could you please share the way which you followed to do this ? – Kamalone Sep 14 '17 at 13:27
  • At that time Lib 1 but @Kamalone you can do this using only BottomSheetFragment from google:design with adding fragment transition animation to common views and scroll listeners – Qamar Sep 16 '17 at 04:04