aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-09-17 08:56:04 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-09-17 08:56:04 +0000
commit5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7 (patch)
tree2df109032c5bd570f23ea330aebf20df22d9bfc9 /app/src/main/res
parentee5fc0a5fc652c9e0b83b4f82ec80f1ec81380fd (diff)
downloadinfinity-for-reddit-5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7.tar
infinity-for-reddit-5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7.tar.gz
infinity-for-reddit-5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7.tar.bz2
infinity-for-reddit-5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7.tar.lz
infinity-for-reddit-5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7.tar.xz
infinity-for-reddit-5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7.tar.zst
infinity-for-reddit-5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7.zip
Change the color of the comment's vertical bar. Long press the comment to expand or collapse. Version 1.0.9.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/colors.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 6c8a40b5..82afbe60 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -61,4 +61,12 @@
<color name="notificationIconColor">@color/colorPrimary</color>
<color name="defaultTextColor">#8A000000</color>
+
+ <color name="commentVerticalBar1">#1565C0</color>
+ <color name="commentVerticalBar2">#EE02BE</color>
+ <color name="commentVerticalBar3">#02DFEE</color>
+ <color name="commentVerticalBar4">#EED502</color>
+ <color name="commentVerticalBar5">#EE0220</color>
+ <color name="commentVerticalBar6">#02EE6E</color>
+ <color name="commentVerticalBar7">#EE4602</color>
</resources>