add handling for multiple attachments in one mms
This commit is contained in:
parent
a5d8633593
commit
cc6dcafa88
4 changed files with 54 additions and 41 deletions
|
|
@ -26,13 +26,11 @@
|
|||
android:layout_marginEnd="@dimen/medium_margin"
|
||||
android:visibility="gone" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/thread_message_image"
|
||||
<LinearLayout
|
||||
android:id="@+id/thread_mesage_attachments_holder"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="@dimen/medium_margin"
|
||||
android:layout_toEndOf="@+id/thread_message_photo"
|
||||
android:adjustViewBounds="true" />
|
||||
android:orientation="vertical" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/thread_message_play_outline"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue