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     <!-- Whether or not to use custom clings if a custom workspace layout is passed in -->
      6     <bool name="config_useCustomClings">true</bool>
      7 
      8 <!-- DragController -->
      9     <integer name="config_flingToDeleteMinVelocity">-1000</integer>
     10 
     11     <!-- Camera distance for the overscroll effect. We use a higher value here because the 
     12          workspace screens run nearly flush to the edge of the screen-->
     13     <integer name="config_cameraDistance">14000</integer>
     14 </resources>
     15