Pixels icon indicating copy to clipboard operation
Pixels copied to clipboard

Store the html color of comment author into resources instead of hardcoding

Open worker8 opened this issue 6 years ago • 0 comments

In CommentViewModel.kt, the following html color cannot be changed based on dark/day theme. It should be extracted into own resources file.

"<strong><u><font color='#FF6F00'>${commentData.author}</font></u></strong>"

worker8 avatar Feb 03 '19 11:02 worker8