NavigationDrawer-MaterialDesign
NavigationDrawer-MaterialDesign copied to clipboard
New To This, Please Assist with Initial Setup
How do I get all of the icoins, strings, and colors? I added the library to my dependencies, but I am still a bit confused. Also, do I still have to add a toolbar with a clicklistener, and then open this activity as an intent?
Basically I am getting red for all of my string resources and ic resources. My mFragment initialization is red as well.
just put missing string name in string.xml and as well as in drawable.
quick test,copy the demo project string and place on yours and for drawable use ic_launcher which is available in your project .
done