Prepare to add different font support.

This commit is contained in:
Alex Ning
2020-06-10 12:22:19 +08:00
parent 9a47a3d9d2
commit 4cd07e3bb6
122 changed files with 735 additions and 179 deletions

View File

@@ -27,6 +27,18 @@
<attr name="content_font_20" format="dimension"/>
</declare-styleable>
<declare-styleable name="FontFamily">
<attr name="font_family" format="reference"/>
</declare-styleable>
<declare-styleable name="TitleFontFamily">
<attr name="title_font_family" format="reference"/>
</declare-styleable>
<declare-styleable name="ContentFontFamily">
<attr name="content_font_family" format="reference"/>
</declare-styleable>
<declare-styleable name="Theme">
<attr name="colorPrimary" format="color"/>
<attr name="colorPrimaryDark" format="color"/>