mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-02-16 08:29:51 -05:00
Update SmallestWidthDp in manifest
Changed android:requiresSmallestWidthDp from 600 to 500. Android suggests that 600 is a normal value for 7 inch tablets and up. It turns out that many 7-inch tablets are in the 500-600 range (half of the Amazon ones for example). Fixes #85
This commit is contained in:
parent
fca4cd04cf
commit
2245410d99
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
android:normalScreens="false"
|
||||
android:largeScreens="true"
|
||||
android:xlargeScreens="true"
|
||||
android:requiresSmallestWidthDp="600" />
|
||||
android:requiresSmallestWidthDp="500" />
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
|
|
Loading…
Reference in a new issue