mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
14 lines
677 B
XML
14 lines
677 B
XML
<?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"
|
|
app:doc_titleColor="?conversation_item_received_text_primary_color"
|
|
app:doc_captionColor="?conversation_item_received_text_secondary_color"
|
|
app:doc_downloadButtonTint="@color/core_white"
|
|
tools:visibility="visible"/>
|