Make links clickable in conversation description

Set attribute 'andorid:autoLink' to 'web' for converting all web links
to clickable links.

Resolves: #1243

Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
Tim Krüger 2021-07-13 13:04:18 +02:00
parent b5cc62277d
commit 93d037dc26
No known key found for this signature in database
GPG Key ID: FECE3A7222C52A4E

View File

@ -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!" />
</com.yarolegovich.mp.MaterialPreferenceCategory>