diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/values/attr.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/attr.xml b/app/src/main/res/values/attr.xml index 9906b99f..57b4a09d 100644 --- a/app/src/main/res/values/attr.xml +++ b/app/src/main/res/values/attr.xml @@ -32,6 +32,9 @@ <attr name="colorPrimaryDark" format="color"/> <attr name="colorAccent" format="color"/> <attr name="colorPrimaryLightTheme" format="color"/> + <attr name="postTitleColor" format="color" /> + <attr name="postContentColor" format="color" /> + <attr name="commentColor" format="color" /> <attr name="primaryTextColor" format="color"/> <attr name="secondaryTextColor" format="color"/> <attr name="backgroundColor" format="color"/> |