Add clickable links to threads (forums/groups)

This commit is contained in:
Katelyn Dickey
2023-01-03 16:47:28 -05:00
parent 967dd1f18d
commit d825227eb5
5 changed files with 19 additions and 0 deletions

View File

@@ -114,6 +114,8 @@
android:textColor="?android:attr/textColorPrimary"
android:textIsSelectable="true"
android:textSize="@dimen/text_size_medium"
android:textColorLink="@color/briar_text_link"
android:autoLink="web"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"