Disable rotation on sw600dp devices
Keep it enabled for sw720dp devices
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<resources>
|
||||
<bool name="allow_rotation">true</bool>
|
||||
|
||||
<integer name="cell_count_x">6</integer>
|
||||
<integer name="cell_count_y">6</integer>
|
||||
<integer name="hotseat_cell_count">7</integer>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<resources>
|
||||
<bool name="config_largeHeap">true</bool>
|
||||
<bool name="is_large_screen">true</bool>
|
||||
<bool name="allow_rotation">true</bool>
|
||||
|
||||
<!-- AllApps/Customize/AppsCustomize -->
|
||||
<!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
|
||||
|
||||
Reference in New Issue
Block a user