From fac66f70d69645fb5bcc9db955b458aeaca760ba Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 14 Feb 2018 16:25:11 +0100 Subject: [PATCH] Text in bubble is selectable --- res/layout/chat_bubble.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/chat_bubble.xml b/res/layout/chat_bubble.xml index edc8c69e4..234f73ea8 100644 --- a/res/layout/chat_bubble.xml +++ b/res/layout/chat_bubble.xml @@ -142,6 +142,7 @@ android:id="@+id/message" style="@style/font11" android:autoLink="web" + android:textIsSelectable="true" android:linksClickable="true" android:layout_width="wrap_content" android:layout_height="wrap_content"/>