Change demo app colors

pull/523/head
Mattia Iavarone 6 years ago
parent be037d6393
commit b0ccb2c932
  1. 11
      README.md
  2. 6
      demo/src/main/res/values/colors.xml

@ -4,9 +4,10 @@
[![Issues](https://img.shields.io/github/issues-raw/natario1/CameraView.svg)](https://github.com/natario1/CameraView/issues)
[![Funding](https://img.shields.io/opencollective/all/CameraView.svg?colorB=r)](https://natario1.github.io/CameraView/extra/donate)
&#10240; <!-- Hack to add whitespace -->
<p align="center">
<img src="docs/static/icon.png" vspace="10" width="250" height="250">
<img src="docs/static/icon.png" width="250" height="250">
</p>
# CameraView
@ -36,12 +37,14 @@ Read the [official website](https://natario1.github.io/CameraView) for setup ins
You might also be interested in [changelog](https://natario1.github.io/CameraView/about/changelog.html)
or in the [v1 migration guide](https://natario1.github.io/CameraView/extra/v1-migration-guide.html).
&#10240; <!-- Hack to add whitespace -->
<p>
<img src="docs/static/screen1.jpg" width="250" vspace="20" hspace="5">
<img src="docs/static/screen2.jpg" width="250" vspace="20" hspace="5">
<img src="docs/static/screen3.jpg" width="250" vspace="20" hspace="5">
<img src="docs/static/screen1.jpg" width="250" hspace="5"><img src="docs/static/screen2.jpg" width="250" hspace="5"><img src="docs/static/screen3.jpg" width="250" hspace="5">
</p>
&#10240; <!-- Hack to add whitespace -->
If you like the project, use it with profit, or simply want to thank back, please consider [donating
to the project](https://natario1.github.io/CameraView/extra/donate) now! You can either make a one time
donation or become a sponsor, in which case your company logo will immediately show up here.

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#009966</color>
<color name="colorPrimaryDark">#00734d</color>
<color name="colorAccent">#57db27</color>
<color name="colorPrimary">#FFA000</color>
<color name="colorPrimaryDark">#F57C00</color>
<color name="colorAccent">#40C4FF</color>
</resources>

Loading…
Cancel
Save