aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_content.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/message_content.xml')
-rw-r--r--src/main/res/layout/message_content.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/layout/message_content.xml b/src/main/res/layout/message_content.xml
index be2bbf3db..bf96cef95 100644
--- a/src/main/res/layout/message_content.xml
+++ b/src/main/res/layout/message_content.xml
@@ -31,7 +31,8 @@
<de.pixart.messenger.ui.widget.RichLinkView
android:id="@+id/richLinkView"
android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
+ android:layout_height="wrap_content"
+ android:maxHeight="80dp" />
<de.pixart.messenger.ui.widget.CopyTextView
android:id="@+id/message_body"