android / compose-samples

Official Jetpack Compose samples.
https://developer.android.com/jetpack/compose
Apache License 2.0
20.22k stars 4.81k forks source link

Fix AppBar padding and alignment issues #1482

Closed clarabayarri closed 1 month ago

clarabayarri commented 1 month ago

AppBar was missing a start padding that caused it to extend to the edge of the screen on Compact size classes.

Updated the SearchBar component usage away from the deprecated method version as an internal usage of Modifier.fillMaxWidth in the deprecated method was now causing the AppBar to always fill max width on all Window Size Classes (vs the intended end-aligned smaller version in non-Compact)

Phone - after jetcaster_phone_after Phone - before jetcaster_phone_before Tablet - after jetcaster_tablet_after Tablet - before jetcaster_tablet_before