mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 04:59:34 +01:00
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:
parent
b5cc62277d
commit
93d037dc26
@ -99,6 +99,7 @@
|
|||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:layout_margin="@dimen/standard_margin"
|
android:layout_margin="@dimen/standard_margin"
|
||||||
android:layout_marginTop="@dimen/margin_between_elements"
|
android:layout_marginTop="@dimen/margin_between_elements"
|
||||||
|
android:autoLink="web"
|
||||||
tools:text="Hello world!" />
|
tools:text="Hello world!" />
|
||||||
</com.yarolegovich.mp.MaterialPreferenceCategory>
|
</com.yarolegovich.mp.MaterialPreferenceCategory>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user