mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 20:18:30 +00:00
![Greyson Parrelli](/assets/img/avatar_default.png)
The "contact" option in the attachments tray now brings you through an optimized contact sharing flow, allowing you to select specific fields to share. The contact is then presented as a special message type, allowing you to interact with the card to add the contact to your system contacts, invite them to signal, initiate a signal message, etc.
7 lines
307 B
XML
7 lines
307 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<org.thoughtcrime.securesms.components.SharedContactView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/shared_contact_view"
|
|
android:layout_width="@dimen/media_bubble_default_dimens"
|
|
android:layout_height="wrap_content" />
|