diff --git a/README.md b/README.md index 1590186c..80eda18b 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,8 @@ Using CameraView is extremely simple: app:cameraFrameProcessingMaxWidth="@integer/processing_max_width" app:cameraFrameProcessingMaxHeight="@integer/processing_max_height" app:cameraFrameProcessingFormat="@integer/processing_format" + app:cameraFrameProcessingPoolSize="@integer/processing_pool_size" + app:cameraFrameProcessingExecutors="@integer/processing_executors" app:cameraVideoBitRate="@integer/video_bit_rate" app:cameraAudioBitRate="@integer/audio_bit_rate" app:cameraGestureTap="none|autoFocus|takePicture" diff --git a/docs/_config.yml b/docs/_config.yml index ca979b2f..9f9baf72 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,7 +3,7 @@ # Source site: http://bruth.github.io/jekyll-docs-template/ # Ref guide: https://visualstudiomagazine.com/Articles/2015/03/01/GitHub-Pages.aspx?Page=2 -title: CameraView v2 +title: CameraView # subtitle is used by ourselves, description is used by seo tag. subtitle: A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs. diff --git a/docs/css/main.css b/docs/css/main.css index fbb1438f..95a92fe3 100644 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -6,7 +6,7 @@ pre, code, pre code { border: none; border-radius: 0; background-color: #f9f9f9; - font-size: 1em; + font-size: 0.8em; } .highlight { @@ -35,6 +35,27 @@ code { text-decoration: none; } +#content { + /* bigger font */ + font-size: 1.1em; +} + +#content p { + /* spacing for all paragraphs */ + margin-top: 16px; + margin-bottom: 16px; +} + +#content ul li { + /* spacing for lists */ + margin-top: 8px; + margin-bottom: 8px; +} + +#content h5 { + font-size: 1.1em; +} + #footer { margin: 20px 0; font-size: 0.85em; @@ -52,7 +73,7 @@ code { #navigation { - font-size: 0.9em; + font-size: 1.0em; } #navigation li a { @@ -68,9 +89,9 @@ code { } .nav-header { - font-size: 1em; + font-size: 1.1em; cursor: default; - text-transform: uppercase; + /* text-transform: uppercase; */ font-weight: bold; } diff --git a/docs/index.md b/docs/index.md index 097a59d0..2e57eb31 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ --- layout: default -title: "CameraView v2" +title: "CameraView" --- # CameraView