determine the message attachments size at fetching

This commit is contained in:
tibbi 2020-04-12 20:41:31 +02:00
parent 81b12dea70
commit 7c355e9aae
4 changed files with 28 additions and 6 deletions

View file

@ -36,8 +36,8 @@
android:id="@+id/thread_message_play_outline"
android:layout_width="@dimen/play_outline_size"
android:layout_height="@dimen/play_outline_size"
android:layout_alignEnd="@+id/thread_message_image"
android:layout_alignBottom="@+id/thread_message_image"
android:layout_alignEnd="@+id/thread_mesage_attachments_holder"
android:layout_alignBottom="@+id/thread_mesage_attachments_holder"
android:layout_margin="@dimen/medium_margin"
android:src="@drawable/ic_play_outline"
android:visibility="gone" />
@ -46,7 +46,7 @@
android:id="@+id/thread_message_body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/thread_message_image"
android:layout_below="@+id/thread_mesage_attachments_holder"
android:layout_toEndOf="@+id/thread_message_photo"
android:background="@drawable/item_received_background"
android:padding="@dimen/normal_margin"