Second part of BQP UI improvements: zxing viewfinder.

This commit is contained in:
str4d
2016-05-06 14:20:10 +01:00
parent 0d16dd0358
commit 0e32139a89
6 changed files with 437 additions and 5 deletions

View File

@@ -43,4 +43,10 @@
<color name="spinner_border">#61000000</color> <!-- 38% Black -->
<color name="spinner_arrow">@color/briar_blue_dark</color>
<!-- ViewfinderView -->
<color name="possible_result_points">#c0ffbd21</color> <!-- Material Yellow 700 with alpha -->
<color name="result_view">#b0000000</color>
<color name="viewfinder_laser">#d50000</color> <!-- Red accent 700 -->
<color name="viewfinder_mask">#60000000</color>
</resources>