From f4515514c10d2f653a638bcdef6bc7ba1ac494b0 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 10 Sep 2019 09:23:49 +0800 Subject: Fixed clicking username in comments in user's comment section opening current accout profile. Fixed downvote state would not retain after orientation change. Reverse the color of upvote and downvote buttons. --- app/src/main/res/values/colors.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 03c19020..42b7bc1c 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -28,9 +28,9 @@ @color/roundedBottomSheetPrimaryBackground - #007DDE + #E91E63 - #E91E63 + #007DDE #F0F0F0 -- cgit v1.2.3