Best way for Multiple Screen Support - Android Studio
问题 To support multiple screen size, what is the best way to do so ? in my manifest, i created the <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" /> also i created different layout sizes and dimens layout-small layout-normal layout-large layout-xlarge I would have to individually edit which layouts to fit all the screens. But then some phone screen are able to