config.xml 688 B

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