[android] highlight selected messages with accent color

This commit is contained in:
Torsten Grote
2019-11-08 09:54:04 -03:00
parent ddcb412fcd
commit 497ab38be1

View File

@@ -42,7 +42,7 @@
<color name="msg_stroke_dark">#333333</color>
<color name="msg_stroke">@color/msg_stroke_light</color>
<color name="msg_status_bubble_background">#66000000</color>
<color name="msg_selected_background">@color/briar_green</color>
<color name="msg_selected_background">@color/briar_accent</color>
<!-- text colors -->
<color name="briar_text_link">@color/briar_blue_light</color>