Open IanGClifton opened 11 months ago
Right now, bottom nav is used regardless of window size, but it doesn't work well on large screens:
This could use NavigationSuiteScaffold if you're okay with an alpha component or swap out the components based on WindowSizeClass (see documentation).
https://github.com/android/socialite/pull/37
Right now, bottom nav is used regardless of window size, but it doesn't work well on large screens:
This could use NavigationSuiteScaffold if you're okay with an alpha component or swap out the components based on WindowSizeClass (see documentation).