Website changes

pull/718/head
Mattia Iavarone 6 years ago
parent ce9ca64370
commit 86f6e32154
  1. 2
      README.md
  2. 2
      docs/_config.yml
  3. 29
      docs/css/main.css
  4. 2
      docs/index.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"

@ -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.

@ -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;
}

@ -1,6 +1,6 @@
---
layout: default
title: "CameraView v2"
title: "CameraView"
---
# CameraView

Loading…
Cancel
Save