From 93d037dc265857dcd9e4cde29c30fd1d01008edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Kr=C3=BCger?= Date: Tue, 13 Jul 2021 13:04:18 +0200 Subject: [PATCH] Make links clickable in conversation description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set attribute 'andorid:autoLink' to 'web' for converting all web links to clickable links. Resolves: #1243 Signed-off-by: Tim Krüger --- app/src/main/res/layout/controller_conversation_info.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/controller_conversation_info.xml b/app/src/main/res/layout/controller_conversation_info.xml index 09a791561..7352ee779 100644 --- a/app/src/main/res/layout/controller_conversation_info.xml +++ b/app/src/main/res/layout/controller_conversation_info.xml @@ -99,6 +99,7 @@ android:layout_centerHorizontal="true" android:layout_margin="@dimen/standard_margin" android:layout_marginTop="@dimen/margin_between_elements" + android:autoLink="web" tools:text="Hello world!" />