I have a sliding menu app like Facebook user interface. I want to create a submenu as shown in the picture below.
How can we create a submenu like this?
Please anyone help me for this. Thanks in advance.
I have a sliding menu app like Facebook user interface. I want to create a submenu as shown in the picture below.
How can we create a submenu like this?
Please anyone help me for this. Thanks in advance.
Please note that NavigationDrawer
can present any View
as its content, therefore you can use any technique you want to create a layout of interest.
Refer to this answer for one possible solution.