I am creating my own side menu (hamburger menu) but I want the menu to be on top of my activity.
I don't want it to move my activity window.
All examples showed me how it moves the activity aside and brings the menu.
I tried doing it using a dialog component but I realized that dialog will always be in the center.
What android component should I be using to make a window come on top of my activity with an overlay?
Thank you.