[android] highlight selected conversation messages in UI

This commit is contained in:
Torsten Grote
2019-10-18 13:45:48 -03:00
parent a9b9a8c5f8
commit 9ce327a40c
10 changed files with 107 additions and 80 deletions

View File

@@ -42,6 +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>
<!-- text colors -->
<color name="briar_text_link">@color/briar_blue_light</color>