Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android studio doesn't create navigation drawer activity

I just want to create a navigation drawer activity. When I Right click on app > new > activity > navigation drawer activity, nothing happens! it just creates a xml file in menu directory. i tried deleting android studio and user preferences files and reinstalling it, but still having the same problem. any suggestions?

like image 880
farzad chatrsimab Avatar asked Nov 09 '22 00:11

farzad chatrsimab


1 Answers

First of all , you should create a new activity called navigation drawer activity , you just need to follow these steps : file > new > activity > navigation drawer activity . Then you can modify the xml content and create a navigation drawer like you want .

like image 152
A.Mootaz Avatar answered Nov 14 '22 22:11

A.Mootaz