worker8 / Pixels

Pixels is an Android app that brings you the beautiful and interesting pictures from Reddit
24 stars 3 forks source link

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

Open worker8 opened 5 years ago

worker8 commented 5 years ago

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>"