2017-03-28 19:05:30 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<org.thoughtcrime.securesms.components.DocumentView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/document_view"
|
|
|
|
android:layout_width="210dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:visibility="gone"
|
2018-06-26 17:27:44 +00:00
|
|
|
app:doc_titleColor="?conversation_item_sent_text_primary_color"
|
|
|
|
app:doc_captionColor="?conversation_item_sent_text_secondary_color"
|
2017-03-28 19:05:30 +00:00
|
|
|
tools:visibility="visible"/>
|