diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-10-29 14:33:53 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-10-29 14:33:53 +0000 |
commit | 36a06290ef08290c2ca3d1f58839fdb258fbad3c (patch) | |
tree | e7b25f4474b2e8b16fbbb44b883caf107280c7b9 /app/src/main/res/values | |
parent | b9733e69e9fe58a972401d58cfdb344c7abf8328 (diff) | |
download | infinity-for-reddit-36a06290ef08290c2ca3d1f58839fdb258fbad3c.tar infinity-for-reddit-36a06290ef08290c2ca3d1f58839fdb258fbad3c.tar.gz infinity-for-reddit-36a06290ef08290c2ca3d1f58839fdb258fbad3c.tar.bz2 infinity-for-reddit-36a06290ef08290c2ca3d1f58839fdb258fbad3c.tar.lz infinity-for-reddit-36a06290ef08290c2ca3d1f58839fdb258fbad3c.tar.xz infinity-for-reddit-36a06290ef08290c2ca3d1f58839fdb258fbad3c.tar.zst infinity-for-reddit-36a06290ef08290c2ca3d1f58839fdb258fbad3c.zip |
Fixed UI issues in posts and comments. Version 1.4.0.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/colors.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 9aa277b0..c3302cc6 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -77,4 +77,6 @@ <color name="spoilerBackgroundColor">#EE02EB</color> <color name="flairBackgroundColor">#00AA8C</color> + + <color name="authorFlairTextColor">#EE02C4</color> </resources> |