Increase size at which Android app switches to Landscape mode

This commit is contained in:
drdev
2015-09-26 15:56:19 +00:00
parent de8205acd8
commit b91c19af3e

View File

@@ -91,7 +91,7 @@ public class Main extends AndroidApplication {
private AndroidAdapter(Context context) {
isTablet = (context.getResources().getConfiguration().screenLayout
& Configuration.SCREENLAYOUT_SIZE_MASK)
>= Configuration.SCREENLAYOUT_SIZE_LARGE;
>= Configuration.SCREENLAYOUT_SIZE_XLARGE;
}
@Override