diff options
-rw-r--r-- | res/values-sw600dp/config.xml | 2 | ||||
-rw-r--r-- | res/values-sw720dp/config.xml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/res/values-sw600dp/config.xml b/res/values-sw600dp/config.xml index 00b2e15fc..a701e69d1 100644 --- a/res/values-sw600dp/config.xml +++ b/res/values-sw600dp/config.xml @@ -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> diff --git a/res/values-sw720dp/config.xml b/res/values-sw720dp/config.xml index c52328f33..7a6f6d82d 100644 --- a/res/values-sw720dp/config.xml +++ b/res/values-sw720dp/config.xml @@ -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. --> |