wealthfront / magellan

The simplest navigation library for Android.
Apache License 2.0
677 stars 70 forks source link

Support custom view creation operations at Navigator level #234

Closed cmathew closed 2 years ago

cmathew commented 2 years ago

allows Navigators to manipulate views right after they are created. Application I have in mind is per-Navigator templating - perhaps we want to "wrap" all ScreenViews into a LinearLayout, with a per-Screen Toolbar sibling, before adding to the containerview.