daniel-stoneuk / material-about-library

Makes it easy to create beautiful about screens for your apps
Apache License 2.0
1.12k stars 140 forks source link

AboutActivity with NavigationDrawer #6

Closed Nexen23 closed 7 years ago

Nexen23 commented 7 years ago

Is there a way to add left NavigationView for AboutActivity & use Hamburger instead of Up button inside Toolbar?

daniel-stoneuk commented 7 years ago

Hi Alex,

I'll be working on fragment support later this week, which will let you use the library with a NavagationView.

Cheers, Dan

daniel-stoneuk commented 7 years ago

Hopefully you're using fragments with your NavigationDrawer - if so, it should be relatively simple to create a fragment with version 1.3.0. Check out the demo app to see how to implement it.

If you end up using it I'd love to see the app! Thanks!