Bug 1919480 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

There appears to be a very small height difference between the multi-selection banner and the tab page banners, causing that small "jump" when switching between the two. 

The specs for those two states should be double-checked so that they're the same height and this small "jitter" doesn't occur. According to [Figma](https://www.figma.com/design/fG8usV8bLIiVhD74FgkZOe/Android-UI?node-id=942-43699&node-type=frame&m=dev), the tab page banner should be ~90dp with its contents and padding (it should NOT be given a fixed height using `Modifier.height`). We need a more up to date spec for the multiselection banner though to be certain.
There appears to be a very small height difference between the multi-selection banner and the tab page banners, causing that small "jump" when switching between the two. 

The specs for those two states should be double-checked so that they're the same height and this small "jitter" doesn't occur. According to [Figma](https://www.figma.com/design/fG8usV8bLIiVhD74FgkZOe/Android-UI?node-id=942-43699&node-type=frame&m=dev), the tab page banner should be ~90dp with its contents and padding (we should avoid giving it a fixed height using `Modifier.height`). We need a more up to date spec for the multiselection banner though to be certain.

Back to Bug 1919480 Comment 2