A layout bug on a square-screen Android device
A customer reported that “objects on the screen are shifting”. After a long chase we found the cause: their device’s screen was square (Android, 480×480).
That size fits neither the portrait nor the landscape assumption, so layouts built for either orientation broke. The lesson: when testing device diversity, account for square or unusual aspect ratios too.