From edf85c2bc3d0a7d983b93d888e540380529601ca Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 27 Sep 2019 12:43:06 +0800 Subject: Add a mic icon if the user is the submitter in comments. Add a mod icon if the user is a moderator. Tweak the vertical bar colors in comments in dark theme. --- app/src/main/res/values-night/colors.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/src/main/res/values-night') diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index ff7a6510..2049c23c 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -54,5 +54,13 @@ #B3FFFFFF + #1565C0 + #C300B3 + #00B8DA + #EDCA00 + #EE0219 + #00B925 + #EE4602 + #282828 -- cgit v1.2.3