Implement custom multiple themes (Buggy).

This commit is contained in:
Alex Ning
2020-03-15 13:12:02 +08:00
parent 1c1b084566
commit e076e2374f
96 changed files with 1689 additions and 557 deletions

View File

@@ -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"/>