Add clickable links to blog comments

This commit is contained in:
Katelyn Dickey
2022-09-04 13:41:51 -04:00
parent 75d5dec45f
commit 5e44e4d308
2 changed files with 7 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
android:paddingBottom="@dimen/listitem_vertical_margin"
android:textColor="?android:attr/textColorSecondary"
android:textSize="@dimen/text_size_small"
android:textColorLink="@color/briar_text_link"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/authorView"