diff options
Diffstat (limited to 'app/src/main/res/values/attr.xml')
-rw-r--r-- | app/src/main/res/values/attr.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/src/main/res/values/attr.xml b/app/src/main/res/values/attr.xml index 64aa4b9e..201074bd 100644 --- a/app/src/main/res/values/attr.xml +++ b/app/src/main/res/values/attr.xml @@ -9,4 +9,20 @@ <attr name="font_18" format="dimension"/> <attr name="font_20" format="dimension"/> </declare-styleable> + + <declare-styleable name="TitleFontStyle"> + <attr name="title_font_default" format="dimension"/> + <attr name="title_font_12" format="dimension"/> + <attr name="title_font_16" format="dimension"/> + <attr name="title_font_18" format="dimension"/> + <attr name="title_font_20" format="dimension"/> + </declare-styleable> + + <declare-styleable name="ContentFontStyle"> + <attr name="content_font_default" format="dimension"/> + <attr name="content_font_12" format="dimension"/> + <attr name="content_font_16" format="dimension"/> + <attr name="content_font_18" format="dimension"/> + <attr name="content_font_20" format="dimension"/> + </declare-styleable> </resources>
\ No newline at end of file |