mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
Add initial username link screen + QR code generation.
This commit is contained in:
committed by
Alex Hart
parent
e0c06615fb
commit
855e194baa
BIN
app/src/main/res/drawable/qrcode_logo.png
Normal file
BIN
app/src/main/res/drawable/qrcode_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
9
app/src/main/res/drawable/symbol_arrow_left_24.xml
Normal file
9
app/src/main/res/drawable/symbol_arrow_left_24.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M3.88 12c0 0.23 0.09 0.45 0.25 0.62l6.5 6.5c0.34 0.34 0.9 0.34 1.24 0 0.34-0.34 0.34-0.9 0-1.24l-5.13-5.13 1.76 0.13h11.25c0.48 0 0.88-0.4 0.88-0.88s-0.4-0.88-0.88-0.88H8.5l-1.76 0.13 5.13-5.13c0.34-0.34 0.34-0.9 0-1.24-0.34-0.34-0.9-0.34-1.24 0l-6.5 6.5C3.97 11.55 3.88 11.77 3.88 12Z"/>
|
||||
</vector>
|
||||
24
app/src/main/res/drawable/symbol_color_24.xml
Normal file
24
app/src/main/res/drawable/symbol_color_24.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M6 15.5C6 14.67 6.67 14 7.5 14S9 14.67 9 15.5 8.33 17 7.5 17 6 16.33 6 15.5Z"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M17.63 9.25c-0.83 0-1.5 0.67-1.5 1.5s0.67 1.5 1.5 1.5c0.82 0 1.5-0.67 1.5-1.5s-0.68-1.5-1.5-1.5Z"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M4.88 10.75c0-0.83 0.67-1.5 1.5-1.5 0.82 0 1.5 0.67 1.5 1.5s-0.68 1.5-1.5 1.5c-0.83 0-1.5-0.67-1.5-1.5Z"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M14.5 5.38c-0.83 0-1.5 0.67-1.5 1.5 0 0.82 0.67 1.5 1.5 1.5S16 7.7 16 6.87c0-0.83-0.67-1.5-1.5-1.5Z"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M8 6.88c0-0.83 0.67-1.5 1.5-1.5S11 6.05 11 6.88c0 0.82-0.67 1.5-1.5 1.5S8 7.7 8 6.87Z"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M12 1.13C6 1.13 1.12 5.99 1.12 12 1.13 18 6 22.87 12 22.88c1.23 0 2.24-1.05 2.19-2.28-0.02-0.65-0.33-1.13-0.52-1.4-0.01-0.04-0.03-0.06-0.05-0.08-0.18-0.3-0.27-0.47-0.27-0.75 0-0.73 0.5-1.28 1.23-1.28h2.05c3.36-0.01 6.25-2.38 6.25-6.25 0-2.59-1.38-5.02-3.38-6.78-2-1.77-4.7-2.93-7.5-2.93ZM2.87 12c0-5.04 4.09-9.13 9.13-9.13 2.33 0 4.63 0.98 6.34 2.5 1.73 1.52 2.79 3.5 2.79 5.47 0 2.8-2.01 4.49-4.5 4.5h-2.05c-1.8 0-2.98 1.44-2.98 3.03 0 0.8 0.32 1.33 0.55 1.7 0.25 0.37 0.29 0.45 0.3 0.58v0.02c0 0.24-0.21 0.46-0.45 0.45-5.04 0-9.13-4.08-9.13-9.12Z"/>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user