use small tablet mode on screens <9"
This commit is contained in:
parent
416d155e85
commit
1f831645ee
@ -41,7 +41,7 @@ public class CommonActivity extends FragmentActivity {
|
|||||||
|
|
||||||
float inDiag = FloatMath.sqrt(inHeight * inHeight + inWidth * inWidth);
|
float inDiag = FloatMath.sqrt(inHeight * inHeight + inWidth * inWidth);
|
||||||
|
|
||||||
if (inDiag < 8) {
|
if (inDiag < 9) {
|
||||||
m_smallTablet = true;
|
m_smallTablet = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user