From 724e628c30016a2ad624bce82c7f29660e6954fe Mon Sep 17 00:00:00 2001 From: Olivier Bouillet Date: Fri, 25 Sep 2020 21:52:13 +0200 Subject: [PATCH] [Improvement] : add support of hypertext redirection in description --- app/src/main/res/layout/fragment_video_meta.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_video_meta.xml b/app/src/main/res/layout/fragment_video_meta.xml index f734fe4..229eeaa 100644 --- a/app/src/main/res/layout/fragment_video_meta.xml +++ b/app/src/main/res/layout/fragment_video_meta.xml @@ -194,6 +194,7 @@ android:layout_marginStart="18dp" android:layout_marginTop="12dp" android:layout_marginEnd="12dp" + android:autoLink="web" android:textAppearance="@style/Base.TextAppearance.AppCompat.Body1" />