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:
chrisgarrity 2016-05-16 10:29:49 -04:00
parent fca4cd04cf
commit 2245410d99

View file

@ -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"