mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
properly align received unknown attachment message
This commit is contained in:
@ -33,7 +33,7 @@
|
|||||||
android:id="@+id/thread_mesage_attachments_holder"
|
android:id="@+id/thread_mesage_attachments_holder"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignStart="@+id/thread_message_body"
|
android:layout_toEndOf="@+id/thread_message_sender_photo"
|
||||||
android:orientation="vertical" />
|
android:orientation="vertical" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
@ -2,9 +2,7 @@
|
|||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:id="@+id/thread_received_attachment_wrapper"
|
android:id="@+id/thread_received_attachment_wrapper"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content">
|
||||||
android:paddingTop="@dimen/medium_margin"
|
|
||||||
android:paddingBottom="@dimen/medium_margin">
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/thread_received_attachment_label"
|
android:id="@+id/thread_received_attachment_label"
|
||||||
|
Reference in New Issue
Block a user