mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +01:00
Second part of BQP UI improvements: zxing viewfinder.
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
<org.briarproject.android.util.ViewfinderView
|
||||
android:id="@+id/viewfinder_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user