Skip to content

Commit

Permalink
Merge pull request #346 from cyb3rko/link-colours-fix
Browse files Browse the repository at this point in the history
Adopt hyperlink color for non-markdown messages
  • Loading branch information
jmattheis authored Apr 26, 2024
2 parents a83cd18 + d3525ea commit 7b8e0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/message_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/message_item_compact.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b8e0ba

Please sign in to comment.