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
7
app/src/main/res/layout/item_attachment_image.xml
Normal file
7
app/src/main/res/layout/item_attachment_image.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/attachment_image"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:adjustViewBounds="true"
|
||||
android:paddingBottom="@dimen/medium_margin" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue