Android-studio-material-template
Android-studio-material-template copied to clipboard
[Question] When not using android studio, what do I do for the drawer layout?
Referencing inflater.inflate(R.layout.[what do I put here], container, false)
in onCreateView
of NavigationDrawerFragment
, what do I put/make for that to work? All other code is correct but I haven't found anything that fits there.
Code at TsundereBug/SpeedrunComApp but it's all in Scala.