I would like to make a Fragment show up just like a Fragment Drawer
would, but not only to a list of intents.
(If you don't know what I mean by Fragment Drawer):
Google
products such as Gmail, "Google app", Google Play...
utilize them frequently.
The Fragment Drawer is a menu on one of these apps created by swiping from left to right or clicking the "Hamburger" button.
I would like to highlight the distinction between what I want and the Fragment Drawer is: I would like to be able to place TextViews
, ImageViews
, and Buttons
inside of it as if it were a normal fragment in which I could just inflate a layout in it and I would rather it come from the right instead.
If a visual representation is needed I would be happy to try my hand at making one.