Android 16 DropMenu alignment issue in landscape mode

Behaviour a bug with the experimental material3 features on Android 16 When the app is portrait mode everything works correctly on Android 15 and 16. When the app is in landscape mode Android 15 works correctly but Android 16 does not.  DropMenu on Android 15 Landscape is aligned with the Button. DropMenu on Android 16 Landscape is Not aligned with the Button I doubt I have done anything wrong. I try it on a device or an emulator without a camera punch hole or camera notch. like a Pixel 3a. I suspected  the some edge to edge calculations were interfering with how the Dropdown/Popup is rendered on Android 16. it works correctly, I've tried it with 3 button navigation off, without Modifier.safeDrawingPadding(), with a Box around the iconbutton and dropdown menu, worked. It seems to be a solution  probably with Dropdownmenu and camera notches

To view or add a comment, sign in

Explore content categories