Merge pull request #346 from cyb3rko/link-colours-fix

Adopt hyperlink color for non-markdown messages
This commit is contained in:
Jannis Mattheis
2024-04-26 14:21:52 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -48,6 +48,7 @@
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:textColorLink="@color/hyperLink"
android:textIsSelectable="true"
tools:text="The message text."
app:layout_constraintEnd_toEndOf="parent"

View File

@@ -49,6 +49,7 @@
android:layout_marginStart="8dp"
android:layout_marginTop="3dp"
android:layout_marginEnd="8dp"
android:textColorLink="@color/hyperLink"
android:textIsSelectable="true"
tools:text="The message text."
app:layout_constraintEnd_toEndOf="parent"