2018-04-27 00:03:54 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<org.thoughtcrime.securesms.components.SharedContactView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-06-26 17:27:44 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2018-04-27 00:03:54 +00:00
|
|
|
android:id="@+id/shared_contact_view"
|
|
|
|
android:layout_width="@dimen/media_bubble_default_dimens"
|
2018-06-26 17:27:44 +00:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
app:contact_titleColor="?conversation_item_sent_text_primary_color"
|
|
|
|
app:contact_captionColor="?conversation_item_sent_text_secondary_color"/>
|