I’ve just run into a problem reported by users where Samsung tablets that have fairly recently been updated are not sizing the dialogs in my app properly. The app still works perfectly on Samsung phones running Android 12 and on Pixel phones running Android 12.
I’ve been able to replicate the problem on an A7 tablet I have access to for testing. All Dialog and AlertDialog windows are not expanding to wrap the content as they do on every other device. Prior to the latest update on these devices, these windows were sized properly. I’ve checked to make sure that the height of every element is set to WRAP_CONTENT.
I’ve tried about everything I can think of, and even just creating a bare bones AlertDialog with single choice items in it is not sized properly. Only the top item is initially visible, although you can still scroll in that very small region to see the other items.
Is this a known problem, or has anyone else seen this happen?