properly align received unknown attachment message

This commit is contained in:
tibbi 2020-05-03 21:15:08 +02:00
parent ebe1ab967f
commit d5c9cd5cee
2 changed files with 2 additions and 4 deletions

View file

@ -33,7 +33,7 @@
android:id="@+id/thread_mesage_attachments_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignStart="@+id/thread_message_body"
android:layout_toEndOf="@+id/thread_message_sender_photo"
android:orientation="vertical" />
<ImageView