config.xml 425 B

1234567891011
  1. <resources>
  2. <bool name="is_tablet">true</bool>
  3. <bool name="allow_rotation">true</bool>
  4. <!-- DragController -->
  5. <integer name="config_flingToDeleteMinVelocity">-1000</integer>
  6. <!-- Camera distance for the overscroll effect. We use a higher value here because the
  7. workspace screens run nearly flush to the edge of the screen-->
  8. <integer name="config_cameraDistance">14000</integer>
  9. </resources>