Replace illustration for adding contacts nearby

This commit is contained in:
Torsten Grote
2022-10-19 16:04:11 -03:00
parent 790818623f
commit 5d1d0fb12a
19 changed files with 778 additions and 323 deletions

View File

@@ -15,6 +15,7 @@
<color name="briar_night_950">#0e171f</color>
<color name="briar_night_800">#212d3b</color>
<color name="briar_night_700">#2e3d4f</color>
<color name="briar_night_600">#475569</color>
<color name="briar_night_500">#435b77</color>
<color name="briar_night_50">#ebf3fa</color>
@@ -76,4 +77,4 @@
<color name="thread_item_highlight">@android:color/white</color>
<color name="divider">@color/briar_gray_200</color>
</resources>
</resources>

View File

@@ -240,6 +240,7 @@
<!-- Adding Contacts -->
<string name="add_contact_title">Add Contact Nearby</string>
<string name="add_contact_intro_two_way">Both of you need to scan each other\'s QR code.</string>
<string name="face_to_face">You must meet up with the person you want to add as a contact.\n\nThis will prevent anyone from impersonating you or reading your messages in future.</string>
<string name="continue_button">Continue</string>
<string name="try_again_button">Try Again</string>