[Solved] How to set some fixed width and height for Xlarge [closed]
You’re trying to mimic a feature of iOS that’s built into the operating system, and used as compatibility solution for iPhone apps running on an iPad. Android isn’t fragmented with regards to screen sizes as iOS is, as coping with screen dimensions is an integral part of Android’s layouting system. Your app will scale up … Read more