0

How can I implement the above view? (not the whole menu) but a similar exmaple.

I want to open up this half-window like menu by the click of a button, if this is possible.

Picture

Thanks in advance!

g.kanellis
  • 140
  • 2
  • 10
  • 1
    You'e looking for BottomSheet. It's provided now as part of the support libraries. See: http://stackoverflow.com/questions/26721403/android-how-to-implement-bottom-sheet-from-material-design-docs/35615022#35615022 and http://android-developers.blogspot.mx/2016/02/android-support-library-232.html – frozenkoi Apr 07 '16 at 21:37
  • Thanks a lot! Thats what I was looking for! Im gonna try it out! – g.kanellis Apr 07 '16 at 21:40

1 Answers1

0

Try looking at DialogFragment in the android dev docs. then I think this question below could help :)

How to make a dialog slide from bottom to middle of screen in android

Community
  • 1
  • 1
kimchibooty
  • 339
  • 1
  • 11