mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-21 06:48:50 +00:00
Support for receiving arbitrary attachment types
// FREEBIE
This commit is contained in:
12
res/layout/conversation_item_received_document.xml
Normal file
12
res/layout/conversation_item_received_document.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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:documentForegroundTintColor="@color/white"
|
||||
app:documentBackgroundTintColor="@color/blue_500"
|
||||
tools:visibility="visible"/>
|
Reference in New Issue
Block a user