mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 04:39:54 +01:00
Scan Mailbox QR code for setup and show progress screen
This commit is contained in:
14
briar-android/src/main/res/drawable/border_qr_scanner.xml
Normal file
14
briar-android/src/main/res/drawable/border_qr_scanner.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:dither="true"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="32dp" />
|
||||
|
||||
<solid android:color="@android:color/transparent" />
|
||||
|
||||
<stroke
|
||||
android:width="4dp"
|
||||
android:color="#ffffff" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user