Advertisement
nicklovell123

Untitled

Feb 1st, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <resources>
  2. <bool name="enableZSL">true</bool>
  3. <bool name="useContinuosFocusForTouch">true</bool>
  4.  
  5. <!-- Stay in continuous focus even if touch-to-focus is used
  6. This option doesn't make sense if wantsFocusModes is on -->
  7. <bool name="useContinuosFocusForTouch">false</bool>
  8.  
  9. <!-- Cancel autofocus if preview stopped. If camera HAL does not support
  10. it set this value to false -->
  11. <bool name="cancelAutoFocusOnPreviewStopped">false</bool>
  12. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement