NavigationDrawer-MaterialDesign icon indicating copy to clipboard operation
NavigationDrawer-MaterialDesign copied to clipboard

New To This, Please Assist with Initial Setup

Open troy21688 opened this issue 9 years ago • 2 comments

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?

troy21688 avatar Dec 30 '15 03:12 troy21688

Basically I am getting red for all of my string resources and ic resources. My mFragment initialization is red as well.

troy21688 avatar Dec 30 '15 03:12 troy21688

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

slumcattt avatar Nov 12 '16 00:11 slumcattt