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.
6 lines
333 B
XML
6 lines
333 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="@color/transparent_white_dd"/>
|
|
<stroke android:color="@color/grey_400_transparent" android:width="@dimen/quote_outline_width"/>
|
|
<corners android:radius="@dimen/quote_corner_radius" />
|
|
</shape>
|