use small tablet mode on screens <9"

This commit is contained in:
Andrew Dolgov 2012-09-02 19:22:17 +04:00
parent 416d155e85
commit 1f831645ee

View File

@ -41,7 +41,7 @@ public class CommonActivity extends FragmentActivity {
float inDiag = FloatMath.sqrt(inHeight * inHeight + inWidth * inWidth);
if (inDiag < 8) {
if (inDiag < 9) {
m_smallTablet = true;
}