From 184b5ba6f9f6eb4904b11abc5e2f5aad0b52fc7f Mon Sep 17 00:00:00 2001 From: chrisgarrity Date: Mon, 29 Oct 2018 15:21:58 -0400 Subject: [PATCH] revise minimum screen width The previous change removed the legacy screen sizes, but left the `requiresSmallestWidthDp` at 500. According to https://developer.android.com/guide/topics/manifest/supports-screens-element#requiresSmallest, a 7-inch tablet corresponds to 600dp. --- android/ScratchJr/.idea/misc.xml | 2 +- android/ScratchJr/app/src/main/AndroidManifest.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/ScratchJr/.idea/misc.xml b/android/ScratchJr/.idea/misc.xml index cbd46bd..d2e6725 100644 --- a/android/ScratchJr/.idea/misc.xml +++ b/android/ScratchJr/.idea/misc.xml @@ -27,7 +27,7 @@ - + diff --git a/android/ScratchJr/app/src/main/AndroidManifest.xml b/android/ScratchJr/app/src/main/AndroidManifest.xml index b7dec29..0927de2 100644 --- a/android/ScratchJr/app/src/main/AndroidManifest.xml +++ b/android/ScratchJr/app/src/main/AndroidManifest.xml @@ -11,8 +11,8 @@ - - + +