Can't support multiple screen sizes Android
问题 I need some help with design for multiple screen sizes in Android. I created layout, layout-sw600dp, values, and values-sw600dp with dimens.xml file with dimension for layout-sw600dp. But when I run application in emulator with 7" tablet, the design is not set up properly. How I can fix this? 回答1: The fundamental size of a screen, as indicated by the shortest dimension of the available screen area. Specifically, the device's smallestWidth is the shortest of the screen's available height and