1 <resources> 2 <bool name="config_largeHeap">true</bool> 3 <bool name="is_large_tablet">true</bool> 4 5 <!-- AllApps/Customize/AppsCustomize --> 6 <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. --> 7 <integer name="config_workspaceSpringLoadShrinkPercentage">90</integer> 8 9 <!-- Workspace --> 10 <!-- Whether or not the drop targets drop down as opposed to fade in --> 11 <bool name="config_useDropTargetDownTransition">false</bool> 12 <!-- Whether or not to fade the side pages --> 13 <bool name="config_workspaceFadeAdjacentScreens">true</bool> 14 15 <!-- Camera distance for the overscroll effect --> 16 <integer name="config_cameraDistance">18000</integer> 17 18 <!-- Hotseat --> 19 <bool name="hotseat_transpose_layout_with_orientation">false</bool> 20 </resources> 21