Update README with default values for extra attributes

pull/1/head
Dylan McIntyre 8 years ago
parent 57d5e1b21a
commit 687654aa75
  1. 18
      README.md

@ -143,15 +143,15 @@ camera.postDelayed(new Runnable() {
android:adjustViewBounds="true" /> android:adjustViewBounds="true" />
``` ```
|Attribute|Values| |Attribute|Values|Default Value|
|---------|------| |---------|------|-------------|
|[`ckFacing`](#ckfacing)|[`back`](#back) [`front`](#front)| |[`ckFacing`](#ckfacing)|[`back`](#back) [`front`](#front)|`back`|
|[`ckFlash`](#ckflash)|[`off`](#off) [`on`](#on) [`auto`](#auto)| |[`ckFlash`](#ckflash)|[`off`](#off) [`on`](#on) [`auto`](#auto)|`off`|
|[`ckFocus`](#ckfocus)|[`off`](#off-1) [`continuous`](#continuous) [`tap`](#tap)| |[`ckFocus`](#ckfocus)|[`off`](#off-1) [`continuous`](#continuous) [`tap`](#tap)|`continuous`|
|[`ckMethod`](#ckmethod)|[`standard`](#standard) [`still`](#still) [`speed`](#speed)| |[`ckMethod`](#ckmethod)|[`standard`](#standard) [`still`](#still) [`speed`](#speed)|`standard`|
|[`ckZoom`](#ckzoom)|[`off`](#off-2) [`pinch`](#pinch)| |[`ckZoom`](#ckzoom)|[`off`](#off-2) [`pinch`](#pinch)|`off`|
|[`ckCropOutput`](#ckcropoutput)|[`true`](#true) [`false`](#false)| |[`ckCropOutput`](#ckcropoutput)|[`true`](#true) [`false`](#false)|`false`|
|[`ckJpegQuality`](#ckjpegquality)|[`0 <= n <= 100`](#ckjpegquality)| |[`ckJpegQuality`](#ckjpegquality)|[`0 <= n <= 100`](#ckjpegquality)|`100`|
- - - - - -

Loading…
Cancel
Save