android / user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Apache License 2.0
4.33k stars 1.63k forks source link

Move supporting panel to bottom on medium width #423

Closed alexvanyo closed 1 year ago

alexvanyo commented 1 year ago

To match with https://m3.material.io/foundations/layout/canonical-layouts/supporting-pane, moves the supporting panel to the bottom of the screen for medium widths.

For the views and fragments implementation, this actually results in removing the w600dp file, since we just reuse the same layout as compact.

alexvanyo commented 1 year ago

@tiwiz could you take a look here?