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.
Thanks in advance!
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.
Thanks in advance!
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