I've been trying to get back into something I was working on before and got stuck on. I found a picture on the google developers site that has what I'm trying to create.
Basically, I have one activity, that has several fragments that you can navigate to through the navigation drawer that pulls out from the side. I'm trying to have one of those fragments be a fragment that has a tabbed layout, which works fine, except the tabs don't show up since the toolbar created in the activity. How do i do this?