Hello,
Doing some research and just want to know if anyone knows if I am correct in saying the following is correct.
In the Manifest file you can set supports-screens.
Does the following mean 7" screen sizes:
and the following mean 10" screen sizes:
Would I be correct in saying the above is correct or is there another way in allowing support for tablet screens?
Doing some research and just want to know if anyone knows if I am correct in saying the following is correct.
In the Manifest file you can set supports-screens.
Does the following mean 7" screen sizes:
B4X:
android:largeScreens="false"
and the following mean 10" screen sizes:
B4X:
android:xlargeScreens="false"
Would I be correct in saying the above is correct or is there another way in allowing support for tablet screens?