Fix link not opened (#38)

This commit is contained in:
Jean-Baptiste 2024-03-30 11:10:22 +01:00 committed by GitHub
parent 8668f67aa5
commit e92315c0ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,5 +34,6 @@
android:text="@string/slide12_desc"
android:textAlignment="center"
android:textColor="@android:color/white"
android:textSize="@dimen/slide_desc" />
android:textSize="@dimen/slide_desc"
android:autoLink="web"/>
</LinearLayout>