aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-11-17 20:17:54 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-11-17 20:17:54 +0100
commit6690201edee3ea0446b6f8c8f87cf017644c4a42 (patch)
tree9a3d98b1e25000565e2cc6f820d7cd8bb4d1d23b /src/main/res/layout
parentc0c45b4eabe8658e5e4a68127c9c7e05fb20a624 (diff)
fix user in textselection quotes
Diffstat (limited to 'src/main/res/layout')
-rw-r--r--src/main/res/layout/message_content.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/res/layout/message_content.xml b/src/main/res/layout/message_content.xml
index 64414c893..7a95f3944 100644
--- a/src/main/res/layout/message_content.xml
+++ b/src/main/res/layout/message_content.xml
@@ -10,6 +10,12 @@
android:longClickable="true"
android:textAppearance="@style/TextAppearance.Conversations.Body1" />
+ <TextView
+ android:id="@+id/message_user"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:visibility="gone" />
+
<de.pixart.messenger.ui.widget.RichLinkView
android:id="@+id/richLinkView"
android:layout_width="wrap_content"