android / socialite

Apache License 2.0
359 stars 65 forks source link

Feature request: Use different navigation UI components based on window size #3

Open IanGClifton opened 9 months ago

IanGClifton commented 9 months ago

Right now, bottom nav is used regardless of window size, but it doesn't work well on large screens: Screenshot_20231215_104527

This could use NavigationSuiteScaffold if you're okay with an alpha component or swap out the components based on WindowSizeClass (see documentation).

ashnohe commented 6 months ago

https://github.com/android/socialite/pull/37