Merge pull request #232 from freeboub/feature/support_web_link_in_description

[Improvement] : add support of hypertext redirection in description
This commit is contained in:
Stefan Schüller 2020-09-26 18:03:10 +02:00 committed by GitHub
commit 68a7e5cc9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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" />
<LinearLayout