Home | History | Annotate | Download | only in values-sw600dp
      1 <resources>
      2     <bool name="is_tablet">true</bool>
      3     <bool name="allow_rotation">true</bool>
      4 
      5 <!-- DragController -->
      6     <integer name="config_flingToDeleteMinVelocity">-1000</integer>
      7 
      8     <!-- Camera distance for the overscroll effect. We use a higher value here because the 
      9          workspace screens run nearly flush to the edge of the screen-->
     10     <integer name="config_cameraDistance">14000</integer>
     11 </resources>
     12